Endeca Presentation API
NavRollupKey Property
NamespacesEndeca.NavigationENEQueryNavRollupKey
Gets and sets the rollup key with which the records of the navigation query should be rolled up with to create aggregated records.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string NavRollupKey{ get; set;}
Public Overridable Property NavRollupKey As String
public:
virtual property String^ NavRollupKey {
	String^ get ();
	void set (String^ value);
}
Value
The rollup key of the navigation. null if none is specified.
Remarks
By setting a key with this method, records will not be returned by the navigation query but instead Aggr Records will be returned.

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