Gets and sets the query such that the navigation query will return with all the refinements possible for all dimensions.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Field 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.

See Also