Steamworks.Ugc.Item
Properties
The URl to view this item's changelog
The URL to view the comments on this item
App Id of the app that will consume this item.
Time when the published item was created
App Id of the app that created this item
The description of this item, in your local language if available
The URL to discuss this item
If we're downloading our current progress as a delta betwen 0-1
If we're downloading, how much we've downloaded
If we're downloading, how big the total download is
The actual ID of this file
Whether the developer of this app has specifically flagged this item as accepted in the Workshop
True if this item has been banned
True if this item is only visible by friends of the creator
True if this is only visible to the creator
True if this is publically visible
The URL to the preview image for this item
The bayesian average for up votes / total votes, between [0,1]
If we're installed, how big is the install
The URL to view this items stats online
A list of tags for this item, all lowercase
The given title of this item
Time when the published item was last updated
Return a URL to view this item online
The number of downvotes of this item
The number of upvotes of this item
Methods
Adds item to user favorite list
Start downloading this item.
If this returns false the item isn't getting downloaded.
async Task<bool> DownloadAsync( Action<float> progress, int milisecondsUpdateDelay = 60, System.Threading.CancellationToken ct )
Allows the user to subscribe to download this item asyncronously
If CancellationToken is default then there is 60 seconds timeout
Progress will be set to 0-1
Edit this item
Gets the current users vote on the item
A case insensitive check for tag
Removes item from user favorite list
Allows the user to subscribe to this item
Allows the user to unsubscribe from this item