SortOrderCodeType ( token )
This type specifies the sort order of a returned array of elements. The array or list to be sorted, the sort key, and the default sort order depend on the call.
Types that use SortOrderCodeType:
Calls that use one or more values of SortOrderCodeType:
Enumeration Values
Value | Description |
Ascending | The results will be sorted by the specified key in ascending (low to high) order. |
CustomCode | Reserved for internal or future use. |
Descending | The results will be sorted by the specified key in descending (high to low) order. |