API Referenceglobal
public class Sandbox.Storage.QueryResult
The results of a Steam Workshop query
Constructors
Showing 1 constructors
public QueryResult()
No results match this filter.
Methods
Showing 2 methods
public System.Threading.Tasks.Task`1<Sandbox.Storage.QueryResult> GetNextResults(System.Threading.CancellationToken token = null)
Get the next set of results from the query. Returns null if none.
Parameters
token: Default: null
public bool HasMoreResults()
Returns true if there are more results to be fetched
No results match this filter.
Properties
Showing 4 properties
public System.Collections.Generic.List`1<Sandbox.Storage.QueryItem> Sandbox.Storage.QueryResult.Items { get; set; }
public string Sandbox.Storage.QueryResult.NextCursor { get; set; }
public int Sandbox.Storage.QueryResult.ResultCount { get; set; }
public int Sandbox.Storage.QueryResult.TotalCount { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Storage.QueryResult |