Click or drag to resize

SORTDIRECTION Enumeration

Defines the direction in which items are sorted.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public enum SORTDIRECTION
Members
  Member nameValueDescription
SORT_DESCENDING-1 The items are sorted in descending order.
SORT_NONE0 The items are not sorted.
SORT_ASCENDING1 The items are sorted in ascending order.
See Also