Click or drag to resize

SORTDIRECTION Enumeration

Defines the direction in which items are sorted.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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