/
admGetSpaceCategories

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

Peacock

Related content

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.