Get the list of sort keys with which the navigation query's records will be sorted.

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

Syntax

C#
public virtual ERecSortKeyList GetNavActiveSortKeys()
Visual Basic
Public Overridable Function GetNavActiveSortKeys As ERecSortKeyList
Visual C++
public:
virtual ERecSortKeyList^ GetNavActiveSortKeys()

Field Value

The list of keys that will be used to sort the records. The order of the keys is significant. The first key is the primary sort criterion, the second key is the secondary sort criterion, etc.

Return Value

ERecSortKeyList - The sort keys used in this query. The records are sorted by the first key in the list, resolving ties with the second key. Ties on the second key are resolved using the third key, and so forth.

See Also