s&box docs

public class Sandbox.Storage.QueryItem

Details about a UGC item returned from a Steam Workshop query

Constructors

Showing 1 constructors

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

Properties

Showing 20 properties

public System.Collections.Generic.Dictionary`2<string,string> Sandbox.Storage.QueryItem.KeyValues { get; set; }

public System.Collections.Generic.List`1<string> Sandbox.Storage.QueryItem.Tags { get; set; }

Metadata

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

On this page

Constructorspublic QueryItem()Methodspublic System.Threading.Tasks.Task`1<Sandbox.Storage.Entry> Install(System.Threading.CancellationToken token = null)Propertiespublic System.Boolean Sandbox.Storage.QueryItem.Accepted { get; set; }public System.Boolean Sandbox.Storage.QueryItem.Banned { get; set; }public System.DateTimeOffset Sandbox.Storage.QueryItem.Created { get; set; }public System.String Sandbox.Storage.QueryItem.Description { get; set; }public System.UInt64 Sandbox.Storage.QueryItem.FileHandle { get; set; }public System.String Sandbox.Storage.QueryItem.Filename { get; set; }public System.UInt64 Sandbox.Storage.QueryItem.Id { get; set; }public System.Collections.Generic.Dictionary`2<System.String,System.String> Sandbox.Storage.QueryItem.KeyValues { get; set; }public System.String Sandbox.Storage.QueryItem.Metadata { get; set; }public Sandbox.Services.Players.Profile Sandbox.Storage.QueryItem.Owner { get; set; }public System.String Sandbox.Storage.QueryItem.Preview { get; set; }public System.Single Sandbox.Storage.QueryItem.Score { get; set; }public System.UInt64 Sandbox.Storage.QueryItem.Size { get; set; }public System.Collections.Generic.List`1<System.String> Sandbox.Storage.QueryItem.Tags { get; set; }public System.String Sandbox.Storage.QueryItem.Title { get; set; }public System.DateTimeOffset Sandbox.Storage.QueryItem.Updated { get; set; }public System.String Sandbox.Storage.QueryItem.Url { get; set; }public System.Int32 Sandbox.Storage.QueryItem.Visibility { get; set; }public System.Int32 Sandbox.Storage.QueryItem.VotesDown { get; set; }public System.Int32 Sandbox.Storage.QueryItem.VotesUp { get; set; }Metadata