DMRSort Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing types of sorting that can be applied to columns or groups.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public enum DMRSort
Members
Member nameValueDescription
DMRS_NONE0No specific sorting.
DMRS_ASCENDING1Sort ascending.
DMRS_DESCENDING2Sort descending.
See Also