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.2.0.0 (0.0.0.0)

Syntax

C#
public virtual int GetNavSortOrder()
Visual Basic
Public Overridable Function GetNavSortOrder As Integer
Visual C++
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