Endeca Presentation API
NavAllRefinements Property
NamespacesEndeca.NavigationENEQueryNavAllRefinements
Gets and sets the query such that the navigation query will return with all the refinements possible for all dimensions.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool NavAllRefinements{ get; set;}
Public Overridable Property NavAllRefinements As Boolean
public:
virtual property bool NavAllRefinements {
	bool get ();
	void set (bool value);
}
Value
true if all refinements will be returned from the navigation. false if they will not.
Remarks
If this method sets it to false, refinements must be requested for explcitly via setting the NavExposedRefinements property. The latter, is the default behavior.

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