ILayoutRowRemove Method (String)
|
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool Remove(
string columnUnitId
)
Function Remove (
columnUnitId As String
) As Boolean
bool Remove(
String^ columnUnitId
)
abstract Remove :
columnUnitId : string -> bool
Parameters
- columnUnitId
- Type: SystemString
The unique id of the layout column to remove
Return Value
Type:
BooleanTrue if the child layout column exists, false otherwise
See Also