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