API Referenceglobal
public class Sandbox.Storage.QueryItem
Details about a UGC item returned from a Steam Workshop query
Constructors
Showing 1 constructors
public QueryItem()
No results match this filter.
Methods
Showing 1 methods
public System.Threading.Tasks.Task`1<Sandbox.Storage.Entry> Install(System.Threading.CancellationToken token = null)
Install this item. This can return null if it's not of the right format.
Parameters
token: Default: null
No results match this filter.
Properties
Showing 20 properties
public System.Collections.Generic.Dictionary`2<string,string> Sandbox.Storage.QueryItem.KeyValues { get; set; }
public int Sandbox.Storage.QueryItem.Visibility { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Storage.QueryItem |