admGetSpaceCategory
Description
Returns a space category by name (takes a space key and space category as parameters).
Return Type
Returns a predefined structure of label properties.
Example
CLabel category = admGetSpaceCategory("TST", "Products");
print(cat.name);
See also
Peacock