Syntax
admArchiveSpace(spaceKey)
...
Parameter name | Type | Required | Description |
---|---|---|---|
| string | Yes | The key of the Confluence space to which the syle should be appliedarchive |
Return type
boolean (true/false)
Returns true if the stylesheet space was successfully appliedarchived.
Example
Code Block |
---|
return admArchiveSpace("PP"); |
...