Click or drag to resize

ILayoutRowRemove Method (String)


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

Parameters

columnUnitId
Type: SystemString
The unique id of the layout column to remove

Return Value

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