> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.OrderBySortType

# <a id="SuperOffice_WebApi_Data_OrderBySortType" /> Enum OrderBySortType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

How to sort the Order by statement.

```csharp theme={null}
public enum OrderBySortType
```

## Fields

`ASC = 0`

0: Sort the Order by Ascending

`DESC = 1`

1: Sort the Order by Descending
