Click or drag to resize

IContentItemVersionElements Method


Retrieves the direct child Elements of this version.

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

Return Value

Type: IEnumerableIElement
Collection of direct child elements. Returns an empty collection if this version doesn't have any elements.
See Also