Skip to end of banner
Go to start of banner

admGetSpaceLayout

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 4 Next »

Syntax

admGetSpaceLayout(spaceKey)

Description

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

Parameters

Parameter name

Type

Required

Description

spaceKey

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

Return type

List<CLayout>

Example

return admGetSpaceLayout("MS");

Returns Layout for a Space with key="MS"

See also

  • No labels