/
admGetSpaceCategories
admGetSpaceCategories
Description
Returns the space categories (all).
Return Type
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
Peacock
, multiple selections available,
Related content
admGetSpaceCategory
admGetSpaceCategory
More like this
admDeleteSpaceCategory
admDeleteSpaceCategory
More like this
admAddSpaceCategory
admAddSpaceCategory
More like this
admGetSpaces
admGetSpaces
More like this
admGetSpace
admGetSpace
More like this
admGetAllProjectCategories
admGetAllProjectCategories
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.