GridRowLayout.deleteRow (Method)

Deletes the specified grid row layout.

Returns:

Void

Arguments:

Name Type Required Description
gridRowID GridLayoutRowID Required ID of the grid row layout to delete.
ignoreWarnings Boolean Optional. Defaults to '0'. A boolean flag which when set to true, indicates that the specified grid row layout should be deleted even if there are uses of it. If false a warning will be thrown if uses exist.

Context:

License Requirements (none)
Permission Requirements Site:ManageResponsiveDesign
Deny Context None
Require Context AuthoringEnabled
Author Lock (not required)
Transaction Logging If transaction logging is enabled at the site level, calls to this method will be logged
Customization This method may be customized at the site level

Error Codes:

None

Notes:

None