Endeca Presentation API
Insert Method (index, item)
NamespacesEndeca.NavigationERecIdListInsert(Int32, Object)
Inserts an element into the ERecIdList at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Insert(
	int index,
	Object item
)
Public Overridable Sub Insert ( _
	index As Integer, _
	item As Object _
)
public:
virtual void Insert (
	int index, 
	Object^ item
)
Parameters
index (Int32)
The zero-based index at which item should be inserted.
item (Object)
The Int64 to insert.
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