---
title: "admIsProjectArchived"
canonical: "https://support.appfire.com/space/PSJC/523993494/admIsProjectArchived"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> This function tests if a project is archived.

This function tests if a project is archived.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admIsProjectArchived(pkey) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | isProjectArchived(pkey) |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| pkey | string | Yes | The project key. The value must be unique. |

## Return Type

**Boolean**

This function tests if a project is archived.

## Example

```javascript
boolean isAchived = isProjectArchived("CX1");
```

## See also

> Macro (contentbylabel)