Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing types of sorting that can be applied to columns or groups.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxPublic Enumeration DMRSort
public enum class DMRSort
DMLibrary.DMRSort = function();
DMLibrary.DMRSort.createEnum('DMLibrary.DMRSort', false);
Members | Member name | Value | Description |
---|
| DMRS_NONE | 0 | No specific sorting. |
| DMRS_ASCENDING | 1 | Sort ascending. |
| DMRS_DESCENDING | 2 | Sort descending. |
See Also