Endeca Presentation API
NavExposedRefinements Property
NamespacesEndeca.NavigationENEQueryNavExposedRefinements
Gets and sets the set of refinements that should be exposed / returned with the navigation query.
Declaration Syntax
C#Visual BasicVisual C++
public virtual DimValIdList NavExposedRefinements{ get; set;}
Public Overridable Property NavExposedRefinements As DimValIdList
public:
virtual property DimValIdList^ NavExposedRefinements {
	DimValIdList^ get ();
	void set (DimValIdList^ value);
}
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.

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