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.3.169
Syntax IEnumerable<IElement> PresentationElements()
Function PresentationElements As IEnumerable(Of IElement)
IEnumerable<IElement^>^ PresentationElements()
abstract PresentationElements : unit -> IEnumerable<IElement>
Return Value
Type:
IEnumerableIElementCollection 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 Reference
[!:Ingeniux.CMS.IPageVersion.AllElements]