Click or drag to resize
SortKind Enumeration
Defines an option to control the sorting of objects.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public enum SortKind
Members
  Member nameValueDescription
SO_NONE-1 No sorting.
SO_INTERNALNAME-2 Sort ascending on the Name property value.
SO_DISPLAYNAME-3 Sort ascending on the DisplayName property value.
SO_DESC_INTERNALNAME-4 Sort descending on the Name property value.
SO_DESC_DISPLAYNAME-5 Sort descending on the DisplayName property value.
SO_DESCENDING1073741824 Sort descending on indexed column.
Remarks
This enumeration overrides AMTABLESORTING defined in BlueCieloECM.AMOm PIA.
See Also