class
QueryItem
public class QueryItem Details about a UGC item returned from a Steam Workshop query
Constructors
QueryItem() Properties
| Name | Type | Description |
|---|---|---|
Id | UInt64 | |
Title | String | |
Description | String | |
Visibility | Int32 | |
Banned | Boolean | |
Accepted | Boolean | |
FileHandle | UInt64 | |
Preview | String | |
Filename | String | |
Size | UInt64 | |
Url | String | |
VotesUp | Int32 | |
VotesDown | Int32 | |
Score | Single | |
Metadata | String | |
Owner | Profile | |
Created | DateTimeOffset | |
Updated | DateTimeOffset | |
Tags | List<String> | |
KeyValues | Dictionary<String, String> |
Methods
Task<Entry> Install(CancellationToken token = null) Install this item. This can return null if it's not of the right format.