Click or drag to resize

IListElementListItem Method (String)


Retrieves a child element by its unique ID.

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

Parameters

uniqueId
Type: SystemString
Child element's ID

Return Value

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