s&box docs

public class Sandbox.Package.FindResult

A result from the call to FindAsync

Constructors

Showing 1 constructors

Properties

Showing 7 properties

public double Sandbox.Package.FindResult.Milliseconds { get; set; }

The amount of time the query took

public Sandbox.Package.SortOrder[] Sandbox.Package.FindResult.Orders { get; set; }

A list of sort orders. There may be other sort orders, but we provide a list here that can be easily used to save rewriting the same code over and over.

public int Sandbox.Package.FindResult.TotalCount { get; set; }

The total amount of packages

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Package.FindResult

On this page