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

Return Value

NAV_SORT_ASCENDING if ascending, NAV_SORT_DESCENDING if descending.

Remarks

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

See Also