Endeca Presentation API
Add Method (index, elementAt)
NamespacesEndeca.NavigationERecSearchListAdd(Int32, Object)
Inserts the ERecSearch object at the specified position in this list.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Add(
	int index,
	Object elementAt
)
Public Overridable Sub Add ( _
	index As Integer, _
	elementAt As Object _
)
public:
virtual void Add (
	int index, 
	Object^ elementAt
)
Parameters
index (Int32)
The zero-based index of the element to add.
elementAt (Object)
The ERecSearch to be inserted.
Remarks
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.

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