Stylesheets.deleteStyleSheet (Method)
Removes a style sheet from the a style sheet set.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageID | RealPageID | Required | A page's ID. |
styleSheetID | StyleSheetID | Required | A style sheet's ID. |
styleSheetSetID | StyleSheetSetID | Required | The ID of the StyleSheetSet to which the style sheet belongs. |
Context:
License Requirements | None |
Permission Requirements | page:Style |
Deny Context | None |
Require Context | AuthoringEnabled |
Author Lock | If available |
Error Codes:
Code | Error Message |
---|---|
52000 | |
52005 | The page ID and style sheet set ID do not correspond with each other. |
52006 | The style sheet set ID and style sheet ID do not correspond with each other. |
Notes:
None