Endeca Presentation API
Remove Method (index)
NamespacesEndeca.NavigationERecSortKeyListRemove(Int32)
Removes the element 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 element previously at position index.
Remarks
Shifts any subsequent elements to the left (subtracts one from their indices). Returns the element that was removed from the list.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionindex is out of range.

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