admSpaceExists

Description

Returns 'true' if space with provided key exists and 'false' otherwise.

Return Type

Boolean (true/false)

Example

Example 1

return admSpaceExists("TST");

Returns "true" if the test (TST) space exists. Otherwise, "false".

See also