Endeca Presentation API
GetNavActiveSortKeys Method
NamespacesEndeca.NavigationENEQueryGetNavActiveSortKeys()()
Get the list of sort keys with which the navigation query's records will be sorted.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ERecSortKeyList GetNavActiveSortKeys()
Public Overridable Function GetNavActiveSortKeys As ERecSortKeyList
public:
virtual ERecSortKeyList^ GetNavActiveSortKeys ()
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.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0