Click or drag to resize

IListElementListItem Method (Int32)


Retrieves a child element by its position in the collection.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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