---
title: "admProjectExists"
canonical: "https://support.appfire.com/space/PSJ/15481306/admProjectExists"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admProjectExists(project key) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | projectExists(project key) |

## Description

> Macro (excerpt)
> 
> Returns 'true' if project with provided key exists and 'false' otherwise.

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

> Macro (contentbylabel)