Gets and sets the navigation range filters on this 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 RangeFilterList NavRangeFilters { get; set; }
Visual Basic
Public Overridable Property NavRangeFilters As RangeFilterList
	Get
	Set
Visual C++
public:
virtual property RangeFilterList^ NavRangeFilters {
	RangeFilterList^ get ();
	void set (RangeFilterList^ value);
}

Field Value

The navigation range filters of this query or null if none are returned.

Remarks

Range filters limit the record results of the query.

See Also