ILayoutRemove(String) Method
|
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Remove(
string rowUnitId
)
Function Remove (
rowUnitId As String
) As Boolean
bool Remove(
String^ rowUnitId
)
abstract Remove :
rowUnitId : string -> bool Parameters
- rowUnitId String
- The unique id of the layout row to remove
Return Value
BooleanTrue if layout contains a
Row with specified id, false otherwise
See Also