Checks the application rights of the current user.
Returns a bit flag number specifying the user's rights:
| Admin Application | Bit Flag |
|---|---|
| User Admin | 1 |
| Web Layout Editor | 2 |
| Repository Manager | 4 |
| Workflow Admin | 8 |
| Configuration Manager | 16 |
| Archiver | 32 |
Displays application rights of the current user:
<$UserAppRights$>
For example, the following combinations would result in the following numbers:
User Admin + Web Layout Editor = 3
Repository Manager + Workflow Admin + Archiver = 44
All six applications = 63