Click or drag to resize

ILayoutColumnAdd Method (ILayoutRow, Int32)


Adds a new Layout Row at specified position

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

Parameters

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