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, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.