PageSet.delete (Method)
Deletes a page set.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageSetID | PageSetID | Required | A page set ID. |
ignoreWarnings | Boolean | Optional. Defaults to '0'. | Boolean flag which when set to true indicates that CommonSpot ignores warnings. If this value is false and a warning occurs, this method throws an error and a warning message. |
Context:
License Requirements | PageSet |
Permission Requirements | pageSet:Admin |
Deny Context | None |
Require Context | AuthoringEnabled |
Author Lock |
Error Codes:
Code | Error Message |
---|---|
34009 | One or more pages are linked to the specified page set. |
34010 | One or more pages are members of the specified page set. |
75001 | The page set cannot be deleted because another user has locked it. You can delete it after its lock is released. |
Notes:
None