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.3.169
Syntax IElement ListItem(
int position
)
Function ListItem (
position As Integer
) As IElement
IElement^ ListItem(
int position
)
abstract ListItem :
position : int -> IElement
Parameters
- position
- Type: SystemInt32
Position index of the child element
Return Value
Type:
IElementChild element at given position. Returns null if position is out of range.
See Also