Gets and sets the navigation record searches to perform on the records of the navigation query.

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

Syntax

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

Field Value

Navigation record searches applied to records of the navigation. null if none have been previously specified.

Remarks

The individual elements of this list are applied in a conjunctive manner in that each search narrows and restricts the results of navigation record list.

See Also