API Referenceglobal
public class Sandbox.Package.FindResult
A result from the call to FindAsync
Constructors
Showing 1 constructors
public FindResult()
No results match this filter.
Properties
Showing 7 properties
public Sandbox.Package.Facet[] Sandbox.Package.FindResult.Facets { get; set; }
Facets particular to this search
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 Sandbox.Package[] Sandbox.Package.FindResult.Packages { get; set; }
A list of packages retrieved
public Sandbox.Package.PackageProperty[] Sandbox.Package.FindResult.Properties { get; set; }
Binary options
public Sandbox.Package.TagEntry[] Sandbox.Package.FindResult.Tags { get; set; }
A list of tags relevant to this search
public int Sandbox.Package.FindResult.TotalCount { get; set; }
The total amount of packages
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Package.FindResult |