Api QueryResult
class

QueryResult

public class QueryResult

The results of a Steam Workshop query

Constructors

QueryResult()

Properties

Name Type Description
ResultCount Int32
TotalCount Int32
NextCursor String
Items List<QueryItem>

Methods

Boolean HasMoreResults()

Returns true if there are more results to be fetched

Task<QueryResult> GetNextResults(CancellationToken token = null)

Get the next set of results from the query. Returns null if none.

Assembly: Sandbox.Engine Declaring Type: Storage Full Name: Sandbox.Storage.QueryResult