admProjectExists
Description
Returns 'true' if project with provided key exists and 'false' otherwise.
Parameters
Return Type
Boolean (true/false)
Returns 'true' if project exists and 'false' otherwise.
Example
boolean prjExist = admProjectExists("TEST");