Adds an object to the end of the ERecIdList.

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

Syntax

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

Parameters

item
Type: System..::..Object
The Int64 to be added to the end of the ERecIdList.

Return Value

The ERecIdList index at which the item has been added.

Implements

IList..::..Add(Object)

Exceptions

ExceptionCondition
System..::..NotSupportedException The ERecIdList is read-only.

-or-

The ERecIdList has a fixed-size.

See Also