> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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


## Related topics

- [SuperOffice.WebApi.Data.ArchiveOrderByInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.ArchiveOrderByInfo.md)
- [SuperOffice.WebApi.Agents.ISelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISelectionAgent.md)
- [SuperOffice.WebApi.Agents.SelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SelectionAgent.md)
- [SuperOffice.WebApi.Data.List SetTicketTypeSortOrderRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_SetTicketTypeSortOrderRequest.md)
- [How to create a user-defined field using the web services API](/en/api/web-services/howto/custom-objects/rest-create-udef-field.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Sorting](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Sorting.md)
