Table of Contents

Enum SortDirection

Namespace
Microsoft.WindowsAPICodePack.Shell
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

The direction in which the items are sorted.

public enum SortDirection

Fields

Ascending = 1

The items are sorted in ascending order. Whether the sort is alphabetical, numerical, and so on, is determined by the data type of the column indicated in propkey.

Default = 0

A default value for sort direction, this value should not be used; instead use Descending or Ascending.

Descending = -1

The items are sorted in descending order. Whether the sort is alphabetical, numerical, and so on, is determined by the data type of the column indicated in propkey.