Click or drag to resize

ILayoutRemove Method (String)


Removes a Layout Row by its unique id

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool Remove(
	string rowUnitId
)

Parameters

rowUnitId
Type: SystemString
The unique id of the layout row to remove

Return Value

Type: Boolean
True if layout contains a Row with specified id, false otherwise
See Also