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.3.169
Syntax bool Remove(
string displayUnitId
)
Function Remove (
displayUnitId As String
) As Boolean
bool Remove(
String^ displayUnitId
)
abstract Remove :
displayUnitId : string -> bool
Parameters
- displayUnitId
- Type: SystemString
The id of the display unit to remove
Return Value
Type:
BooleanTrue if the display unit exists in children collection, false otherwise
See Also