API Referenceglobal
QueryResultclass
The results of a Steam Workshop query
object→QueryResult
Constructors1
Showing 1 constructors
public QueryResult()
No results match this filter.
Methods2
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.
| Parameter | Type | Description |
|---|---|---|
| token = null | CancellationToken | — |
public bool HasMoreResults()
Returns true if there are more results to be fetched
Returns:
bool—No results match this filter.
Properties4
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; }
Returns:
string—public int Sandbox.Storage.QueryResult.ResultCount { get; set; }
Returns:
int—public int Sandbox.Storage.QueryResult.TotalCount { get; set; }
Returns:
int—No results match this filter.