Endeca Presentation API
SetNavSortOrder Method (order)
NamespacesEndeca.NavigationENEQuerySetNavSortOrder(Int32)
Sets the sort order with which the navigation query's records will be sorted.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetNavSortOrder(
	int order
)
Public Overridable Sub SetNavSortOrder ( _
	order As Integer _
)
public:
virtual void SetNavSortOrder (
	int order
)
Parameters
order (Int32)
The int specifying the sort order. The sort order can either be NAV_SORT_ASCENDING or NAV_SORT_DESCENDING. Defaults to ascending and is only applied if the a sort key is present in query as well.
Remarks
Deprecated: This method may not be available in future versions of the Presentation API. Use SetNavActiveSortKeys instead.

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