Skip to end of banner
Go to start of banner

admArchiveSpace

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Syntax

admArchiveSpace(spaceKey)

Description

 Archives a space (takes a space key as a parameter).

Parameters

Parameter name

Type

Required

Description

spaceKey

stringYesThe 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

  • No labels