Click or drag to resize

ILayoutRowRemove(String) Method


Removes a child Layout Column 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 columnUnitId
)

Parameters

columnUnitId  String
The unique id of the layout column to remove

Return Value

Boolean
True if the child layout column exists, false otherwise
See Also