Removes an OrderBy object from the OrderByList.

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

Syntax

C#
public virtual Object Remove(
	int index
)
Visual Basic
Public Overridable Function Remove ( _
	index As Integer _
) As Object
Visual C++
public:
virtual Object^ Remove(
	int index
)

Parameters

index
Type: System..::..Int32
The index offset of the OrderBy object to be removed.

Return Value

The removed OrderBy object that was previously at position index.

Implements

IObjectList..::..Remove(Int32)

See Also