Click or drag to resize

IListElementListItem(String) Method


Retrieves a child element by its unique ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IElement ListItem(
	string uniqueId
)

Parameters

uniqueId  String
Child element's ID

Return Value

IElement
Child element with given ID. Returns null if no element with that ID exists.
See Also