admProjectExists
Description
Returns 'true' if project with provided key exists and 'false' otherwise.
Parameters
Return Type
Boolean
Returns 'true' if project exists and 'false' otherwise.
Examples
boolean prjExist = admProjectExists("TEST");
use "adm";
boolean pexists = projectExists("CX1");
See also
Peacock