s&box docs

public class Sandbox.Storage.QueryResult

The results of a Steam Workshop query

Constructors

Showing 1 constructors

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

Properties

Showing 4 properties

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Storage.QueryResult

On this page