Gets or sets the sort order of objects in the result collection.

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 SortKind SortOn { get; set; }
Visual Basic
Public Property SortOn As SortKind
	Get
	Set
Visual C++
public:
property SortKind SortOn {
	SortKind get ();
	void set (SortKind value);
}

Remarks

The SortOn is partly consistent with SortKind enumeration: the value can be SO_NONE or valid index of the property combined with SO_DESCENDING. The SO_INTERNALNAME, SO_DESC_INTERNALNAME, SO_DISPLAYNAME, SO_DESC_DISPLAYNAME are not supported.

See Also