FindResultclass

A result from the call to FindAsync

objectFindResult
Namespace
global
Assembly
Sandbox.Engine
Declaration
public class Sandbox.Package.FindResult

Constructors1

Showing 1 constructors

Properties7

Showing 7 properties

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

The amount of time the query took

Returns:double

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

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.

Returns:SortOrder[]

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

The total amount of packages

Returns:int

On this page