IListElementListItem Method (Int32) Ingeniux CMS Content Store API

Retrieves a child element by its position in the collection.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IElement ListItem(
	int position
)

Parameters

position
Type: SystemInt32
Position index of the child element

Return Value

Type: IElement
Child element at given position. Returns null if position is out of range.
See Also

Reference