Defines an option to control the sorting of objects.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public enum SortKind
Visual Basic
Public Enumeration SortKind
Visual C++
public enum class 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