Gets the sort key 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 string GetNavSortKey()
Visual Basic
Public Overridable Function GetNavSortKey As String
Visual C++
public:
virtual String^ GetNavSortKey()

Return Value

The sort key of the navigation query. Returns null if there is no sort key specified.

Remarks

Deprecated: This method may not be available in future versions of the Presentation API. Use GetNavActiveSortKeys() instead.

See Also