Versions Compared

Key

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

Syntax

admGetSpaceLayout(spaceKey)

Description

Excerpt

Returns a layout - all a list of custom decorators defined for a specific space only (does not retrieve global decorators)

...

Parameter name

Type

Required

Description

spaceKey

StringstringtrueThe key of the Confluence space for which you want to retrieve the style.
null spaceKey indicates a global decorator

Return type

List<CLayout>

Example

Code Block
return admGetSpaceLayout("MS");

...