Endeca Presentation API
Add Method (index, elementAt)
NamespacesEndeca.NavigationRefinementConfigListAdd(Int32, Object)
Inserts the specified
CopyC#
RefinementConfig
at the specified position in this list. Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Add(
	int index,
	Object elementAt
)
Public Overridable Sub Add ( _
	index As Integer, _
	elementAt As Object _
)
public:
virtual void Add (
	int index, 
	Object^ elementAt
)
Parameters
index (Int32)
The offset of the element
elementAt (Object)
The element to be inserted.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException If index is out of range.

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