Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

admArchiveSpace(spaceKey)

...

Parameter name

Type

Required

Description

spaceKey

stringYesThe 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");

...