admGetSpaceCategory

Description

Returns a space category by name (takes a space key and space category as parameters).

Return Type

CLabel

Returns a predefined structure of label properties.

Example

CLabel category = admGetSpaceCategory("TST", "Products"); print(cat.name);

See also