Click or drag to resize

IPageVersionPresentationElement Method


Retrieves an Element that was added by its Presentation Content Unit by its unique ID. This method will not return elements that are outside of the presentation fields group.

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

Parameters

uniqueId
Type: SystemString
Unique ID of the element to retrieve.

Return Value

Type: IElement
Element with matching ID. This method returns null if this element doesn't exist.
See Also