Click or drag to resize

SortAndGroupOrder Enumeration

Sorting order for the SortAndGroup and BatchMacro commands.

Namespace:  MediaCy.Addins.Scripting
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration SortAndGroupOrder
Members
  Member nameValueDescription
None0 No sorting.
Alphabetical1 Documents are sorted alphabetically.
Numerical2 Documents are sorted numerically.
Descending4 Reverse the sorting order.
AlphabeticalDescending5 Documents are sorted alphabetically in descending order.
NumericalDescending6 Documents are sorted numerically in descending order.
Remarks