Gets and sets the set of refinements that should be exposed / returned with the navigation query.

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

Syntax

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

Field Value

Parents of the refinements that should be returned with the navigation query. null if none have been specified.

Remarks

The refinements specifies a list of value Ids that correlate to the parents of the refinements that should be returned with the query. If the NavAllRefinements returns false, no refinements will be returned and thus refinements must be specified via this set method to be returned. If NavAllRefinements returns true this method will be ignored unless it includes non-navigable values.

See Also