# FilesRoles

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/common/files.model.ts` (line 155)

**Part of:** [Pams](subsystem-pams)

## Properties

| Property | Type |
|---|---|
| `NewRole` | `boolean` |
| `EditRole` | `boolean` |
| `ViewRole` | `boolean` |
| `DeleteRole` | `boolean` |
| `UploadRole` | `boolean` |
| `DownloadRole` | `boolean` |
| `RoleName` | `string` |
| `RoleId` | `number` |
| `FileId` | `number` |
| `Id` | `number` |
| `_selectAll` | `boolean` |

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `FilesComponent` — `Pams/Web/Pams.Web/Client/app/components/files/files.component.ts`:1
- `UploadFilePopup` — `Pams/Web/Pams.Web/Client/app/services/common/files.service.ts`:1
