Click or drag to resize

ILayoutAllContentUnits Method


Recursively retrieves all Content Unit Instances from this layout

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IContentUnitInstance> AllContentUnits()

Return Value

Type: IEnumerableIContentUnitInstance
All Content Unit Instances under this layout
See Also