Retrieves a child element by its unique ID.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- uniqueId
- Type: SystemString
Child element's ID
Return Value
Type: IElementChild element with given ID. Returns null if no element with that ID exists.
See Also