Skip to end of banner
Go to start of banner

admAddSpaceCategory

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

admAddSpaceCategory(spaceKey, categoryName)

Description

 Adds a category in the space.

Parameters

Parameter name

Type

Required

Description

space key

stringyesThe key of the space to be added to the category.
category namestringyesThe category to add to the space.

Return type

boolean (true/false)

Example

return admAddSpaceCategory("TST", "Products");

Returns true.

See also

  • No labels