# Sandbox.Package.FindResult.Orders

```csharp
SortOrder[] 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.

Declared in [Sandbox.Package.FindResult](/api/Sandbox.Package.FindResult).
Assembly: `Sandbox.Engine`.
