Skip to end of banner
Go to start of banner

admGetSpaceCategories

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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

  • No labels