Click or drag to resize

ILayoutColumnAdd Method (IContentUnit)


Adds one to more Content Unit Instances, and append them to the end

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void Add(
	params IContentUnit[] contentUnits
)

Parameters

contentUnits
Type: Ingeniux.CMS.PresentationIContentUnit
The base content units to create content unit instances from
See Also