> ## 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.

# Enum OrderBySortType

> How to sort the Order by statement.

How to sort the Order by statement.

## Syntax

```crmscript theme={null}
OrderBySortType
```

## Fields

| Name | Description                  |
| ---- | ---------------------------- |
| ASC  | Sort the Order by Ascending  |
| DESC | Sort the Order by Descending |


## Related topics

- [SuperOffice.WebApi.Data.OrderBySortType](/en/api/reference/webapi/SuperOffice.WebApi.Data.OrderBySortType.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [Set Ticket Type Sort Order](/en/api/reference/restful/agent/list_agent/set-ticket-type-sort-order.md)
- [SuperOffice.WebApi.Data.List SetTicketTypeSortOrderRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_SetTicketTypeSortOrderRequest.md)
- [SuperOffice.WebApi.Agents.IListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IListAgent.md)
- [SuperOffice.WebApi.Agents.ListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ListAgent.md)
