Click or drag to resize

ILayoutAdd Method


Adds a new Layout Row at the specified position

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void Add(
	ILayoutRow layoutUnit,
	int position = -1
)

Parameters

layoutUnit
Type: Ingeniux.CMS.PresentationILayoutRow
The row to add
position (Optional)
Type: SystemInt32
The position to insert the instance at, default to append to the end
See Also