Endeca Presentation API
Add Method (item)
NamespacesEndeca.NavigationERecIdListAdd(Object)
Adds an object to the end of the ERecIdList.
Declaration Syntax
C#Visual BasicVisual C++
public virtual int Add(
	Object item
)
Public Overridable Function Add ( _
	item As Object _
) As Integer
public:
virtual int Add (
	Object^ item
)
Parameters
item (Object)
The Int64 to be added to the end of the ERecIdList.
Return Value
The ERecIdList index at which the item has been added.
Exceptions
ExceptionCondition
NotSupportedException The ERecIdList is read-only.

-or-

The ERecIdList has a fixed-size.


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