Syntax
admArchiveSpace(spaceKey)
Description
Archives a space (takes a space key as a parameter).Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
| string | Yes | The key of the Confluence space to which the syle should be applied |
Return type
boolean (true/false)
Returns true if the stylesheet was successfully applied
Example
return admArchiveSpace("PP");
Archives a space with key "MS"
See also