Click or drag to resize

ILayoutColumnRemove(String) Method


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.6.492
Syntax
bool Remove(
	string displayUnitId
)

Parameters

displayUnitId  String
The id of the display unit to remove

Return Value

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