Click or drag to resize

ILayoutRemove(Int32) Method


Removes a Layout Row from specified position

Namespace: Ingeniux.CMS.Presentation
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool Remove(
	int position
)

Parameters

position  Int32
The position of the row to remove

Return Value

Boolean
True if there is a Row at the specified position, false otherwise
See Also