API ReferenceEnumsSortOrderOn this pageSortOrderThe available directions for ordering a list of records.enum SortOrder { ASC DESC}ValuesASCSort records in ascending order.DESCSort records in descending order.