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.3.0.0 (6.3.0.853)

Syntax

C#
[ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use GetNavActiveSortKeys() instead.")]
public virtual string GetNavSortKey()
Visual Basic
<ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use GetNavActiveSortKeys() instead.")> _
Public Overridable Function GetNavSortKey As String
Visual C++
[ObsoleteAttribute(L"This method may not be supported in future versions of the MDEX Engine API. Use GetNavActiveSortKeys() instead.")]
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