Click or drag to resize

ItemgetItemByIndex Method

Gets an item by index.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Item getItemByIndex(
	int index
)

Parameters

index
Type: SystemInt32
0 based index

Return Value

Type: Item
Found item. Returned item shares its dom with this item (i.e. returned item and this item dom property reference the same instance of ArasXmlDocument).
Exceptions
ExceptionCondition
ExceptionThe instance does not represent a collection of items.
IndexOutOfRangeExceptionPassed index is out of range.
Remarks
The returned item shares the dome with this item.
See Also