IPageVersionPresentationElements Method
|
Retrieves the direct child
Elements of this page version that were added by its Presentation Content Unit,
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<IElement> PresentationElements()
Function PresentationElements As IEnumerable(Of IElement)
IEnumerable<IElement^>^ PresentationElements()
abstract PresentationElements : unit -> IEnumerable<IElement>
Return Value
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