Gets the sort keys applicable for this navigation.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual ERecSortKeyList SortKeys { get; }
Visual Basic
Public Overridable ReadOnly Property SortKeys As ERecSortKeyList
	Get
Visual C++
public:
virtual property ERecSortKeyList^ SortKeys {
	ERecSortKeyList^ get ();
}

Field Value

Sort keys of this navigation. Even if there are no sort keys, a valid ERecSortKeyList will be returned.

Remarks

Method will always return a ERecSortKeyList, but the list may be empty if no sort keys are present.

See Also