Endeca Presentation API
Set Method (index, elementAt)
NamespacesEndeca.NavigationERecSearchListSet(Int32, Object)
Replaces the ERecSearch at the specified position in this list with a new ERecSearch.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Object Set(
	int index,
	Object elementAt
)
Public Overridable Function Set ( _
	index As Integer, _
	elementAt As Object _
) As Object
public:
virtual Object^ Set (
	int index, 
	Object^ elementAt
)
Parameters
index (Int32)
The zero-based index of the element to set.
elementAt (Object)
The ERecSearch to be set.
Return Value
Returns the ERecSearch that was previously at index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.

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