API Referenceglobal
FindResultclass
A result from the call to FindAsync
object→FindResult
Constructors1
Showing 1 constructors
public FindResult()
No results match this filter.
Properties7
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
Returns:
double—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
Returns:
int—No results match this filter.