Click or drag to resize

ILayoutColumnAdd(IContentUnit, IContentUnitInstance, Int32) Method


Adds a Content Unit Instance at the specified position

Namespace: Ingeniux.CMS.Presentation
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void Add(
	IContentUnit contentUnit,
	IContentUnitInstance contentUnitInstace,
	int position = -1
)

Parameters

contentUnit  IContentUnit
The base content unit to create the content unit instance from
contentUnitInstace  IContentUnitInstance
The created content unit instance to place
position  Int32  (Optional)
The position to insert the instance at, default to append to the end
See Also