Click or drag to resize

IPageVersionPresentationElements Method


Retrieves the direct child Elements of this page version that were added by its Presentation Content Unit,

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IElement> PresentationElements()

Return Value

Type: IEnumerableIElement
Collection of the Presentation Content Unit group's direct child elements. Returns an empty collection if this page version doesn't have any elements.
See Also