Click or drag to resize

ILayoutRemove(String) Method


Removes a Layout Row by its unique id

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

Parameters

rowUnitId  String
The unique id of the layout row to remove

Return Value

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