admGetSpaceCategories

Description

Returns the space categories (all).

Return Type

CLabel []

Returns an array of CLabel predefined structures.

Example

CLabel categories = admGetSpaceCategories("TST"); for(CLabel cat in categories) { print(cat.name); }

Prints every category name for the Test space in the log file.

See also