ILayoutColumnRemove(String) Method
|
Removes a contained
Display Unit of child display units connection
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Remove(
string displayUnitId
)
Function Remove (
displayUnitId As String
) As Boolean
bool Remove(
String^ displayUnitId
)
abstract Remove :
displayUnitId : string -> bool Parameters
- displayUnitId String
- The id of the display unit to remove
Return Value
BooleanTrue if the display unit exists in children collection, false otherwise
See Also