IContentItemVersionElements Method
|
Retrieves the direct child
Elements of this version.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IElement> Elements()
Function Elements As IEnumerable(Of IElement)
IEnumerable<IElement^>^ Elements()
abstract Elements : unit -> IEnumerable<IElement>
Return Value
Type:
IEnumerableIElementCollection of direct child elements. Returns an empty collection if this version doesn't have any elements.
See Also