Class that encapsulates a collection of ERecSearch objects, each of which represents a record search.

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

Syntax

C#
public class ERecSearchList : IList, 
	ICollection, IEnumerable
Visual Basic
Public Class ERecSearchList _
	Implements IList, ICollection, IEnumerable
Visual C++
public ref class ERecSearchList : IList, 
	ICollection, IEnumerable

Remarks

ERecSearchList objects are returned from the MDEX Engine by the NavERecSearches getter property. The setter version of NavERecSearches will set an ERecSearchList list of record searches to perform on the records of a navigation query. Note that the UrlENEQuery class inherits the property from ENEQuery.

If required by an application, an ERecSearchList object can be created with the default constructor and the list can then be populated with ERecSearch objects by using the Add(Int32, Object) method.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..ERecSearchList

See Also