Click or drag to resize

IGroupElementChildItems Method


Retrieves this group's child elements collection.

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

Return Value

Type: IEnumerableIElement
Collection of child elements.
See Also