admProjectExists
Syntax | admProjectExists(project_key) | Package | adm |
Alias |
| Pkg Usage | projectExists(project_key) |
Description
Returns 'true' if project with provided key exists and 'false' otherwise.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
project_key | string | Yes | The project key. The value must be unique. |
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
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.