Enum SortOrder
Specifies the direction of a sort operation.
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public enum SortOrder
Fields
Name | Description |
---|---|
Ascending | Sorts in ascending order. |
Descending | Sorts in descending order. |
Unspecified | No sort order is specified, meaning the default sorting is used. |