Click or drag to resize

ILayoutColumnAdd(ILayoutRow, Int32) Method


Adds a new Layout Row at specified position

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

Parameters

layoutRow  ILayoutRow
The new layout row to add
position  Int32  (Optional)
The position to insert the instance at, default to append to the end
See Also