Gets the direction the sort key has been applied to record set if the sort key has been applied, is active.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual int GetOrder()
Visual Basic
Public Overridable Function GetOrder As Integer
Visual C++
public:
virtual int GetOrder()

Return Value

Returns ASCENDING if the sort key has been applied in ascending order and DESCENDING if the sort key has been applied in descending order. Returns NOT_ACTIVE if the sort key is not being applied.

See Also