Get the list of sort keys with which the aggregated records representative records will be sorted.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public virtual ERecSortKeyList AggrERecActiveSortKeys { get; set; }
Visual Basic
Public Overridable Property AggrERecActiveSortKeys As ERecSortKeyList
	Get
	Set
Visual C++
public:
virtual property ERecSortKeyList^ AggrERecActiveSortKeys {
	ERecSortKeyList^ get ();
	void set (ERecSortKeyList^ value);
}

Field Value

The list of keys that will be used to sort the records. The order of the keys is significant. The first key is the primary sort criterion, the second key is the secondary sort criterion, and so on. null if no order is specified (in which case the default sort, if any, will be used.

See Also