Endeca Presentation API
OrderByList Property
NamespacesEndeca.Navigation.AnalyticsStatementOrderByList
Gets and sets the OrderByList for this Statement.
Declaration Syntax
C#Visual BasicVisual C++
public virtual OrderByList OrderByList{ get; set;}
Public Overridable Property OrderByList As OrderByList
public:
virtual property OrderByList^ OrderByList {
	OrderByList^ get ();
	void set (OrderByList^ value);
}
Value
The OrderByList for this Statement. Note that the OrderByList cannot be empty.
Remarks
The list of OrderBy specifications for the Statement determines the order in which result aggregated records will be returned, and determines the ranks of result aggregated records used by paging controls associated with GroupBy specifications.

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