admGetSpace
admGetSpace
Description
Returns an instance of CSpace struct, takes a space key as a parameter.
Return Type
Returns the space properties using the predefined CSpace structure.
Example
CSpace space = admGetSpace("TST");
runnerLog("Id: " + formatNumber(space.id, "####"));
runnerLog("Key: " + space.key);
runnerLog("Name: " + space.name);
runnerLog("Description: " + space.description);
runnerLog("Creator: " + space.creator);
runnerLog("Created: " + formatDate(space.created, "MM/dd/yyyy"));
runnerLog("Created: " + formatDate(space.updated, "MM/dd/yyyy"));
See also
Peacock
, multiple selections available,
Related content
admGetSpaces
admGetSpaces
More like this
admGetSpaceLayout
admGetSpaceLayout
More like this
admGetSpaceCategory
admGetSpaceCategory
More like this
admArchiveSpace
admArchiveSpace
More like this
admGetSpaceCategories
admGetSpaceCategories
More like this
admUpdateSpace
admUpdateSpace
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.