Click or drag to resize

ILayoutColumnRemove Method (String)


Removes a contained Display Unit of child display units connection

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

Parameters

displayUnitId
Type: SystemString
The id of the display unit to remove

Return Value

Type: Boolean
True if the display unit exists in children collection, false otherwise
See Also