IPageVersionPresentationElement Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference