admGetSpaceStylesheet

Description

Returns the custom stylesheet that has been stored against a space. If no stylesheet is stored against the space, the global stylesheet will be applied if one exists. However, if a space theme is set, the global styles will be ignored.

Return Type

String

A string containing the css styles for the space

Example

return admGetSpaceStylesheet("MS");

Returns stylesheet of layout with key="MS"

See also