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 | Project key. |
Return Type
Boolean (true/false)
Returns 'true' if project exists and 'false' otherwise.
Example
boolean prjExist = admProjectExists("TEST");See also
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.