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.6.492
Syntax
IEnumerable<IElement> PresentationElements()

Return Value

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