Endeca Presentation API
Remove Method (index)
NamespacesEndeca.NavigationERecSearchListRemove(Int32)
Removes the ERecSearch at the specified position in this list.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Object Remove(
	int index
)
Public Overridable Function Remove ( _
	index As Integer _
) As Object
public:
virtual Object^ Remove (
	int index
)
Parameters
index (Int32)
The zero-based index of the element to remove.
Return Value
The ERecSearch previously at position index.
Remarks
Shifts any subsequent elements to the left (subtracts one from their indices).
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionindex is out of range.

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