Gets or sets the navigation range filters which the aggregated record will be composed in relation to.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

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

Field Value

The navigation range filters the aggregated record is composed relative to. null if none is present.

See Also