Enum SortOrder
- Namespace
- Cuemon
- Assembly
- Cuemon.Core.dll
Specifies the direction of a sort operation.
public enum SortOrder
Fields
Ascending = 0
Sorts in ascending order.
Descending = 1
Sorts in descending order.
Unspecified = 2
No sort order is specified, meaning the default sorting is used.