SORTDIRECTION Enumeration |
Namespace: ShellBoost.Core.WindowsShell
public enum SORTDIRECTION
Member name | Value | Description | |
---|---|---|---|
SORT_DESCENDING | -1 | The items are sorted in descending order. | |
SORT_NONE | 0 | The items are not sorted. | |
SORT_ASCENDING | 1 | The items are sorted in ascending order. |