IListElementListItem(Int32) Method
|
Retrieves a child element by its position in the collection.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIElement ListItem(
int position
)
Function ListItem (
position As Integer
) As IElement
IElement^ ListItem(
int position
)
abstract ListItem :
position : int -> IElement Parameters
- position Int32
- Position index of the child element
Return Value
IElementChild element at given position. Returns null if position is out of range.
See Also