Click or drag to resize

PROPDESC_SORTDESCRIPTION Enumeration

Defines the current sort description flags for the property, which indicate the particular wordings of sort offerings.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum PROPDESC_SORTDESCRIPTION
Members
  Member nameValueDescription
PDSD_GENERAL0 Default. "Sort going up", "Sort going down".
PDSD_A_Z1 "A on top", "Z on top".
PDSD_LOWEST_HIGHEST2 "Lowest on top", "Highest on top".
PDSD_SMALLEST_BIGGEST3 "Smallest on top", "Largest on top".
PDSD_OLDEST_NEWEST4 "Oldest on top", "Newest on top".
See Also