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