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


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetAllProjectCategories() | **Package** | adm |
| **Alias** |  | **Pkg Usage** | getAllPrjCategories() |

## Description

> Macro (excerpt)
> 
> Get the names of all project categories.

Get the names of all project categories.

## Return Type

**String []**

Returns the names of all project categories.

## Example

```
admGetAllProjectCategories();
```

## See also

> Macro (contentbylabel)