# DriveUser

**Kind:** Class

**Source:** `Frontend/src/app/models/common/files.model.ts` (line 49)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `BranchId` | `number` |
| `Name` | `string` |
| `Email` | `string` |
| `CanEdit` | `boolean` |
| `CanView` | `boolean` |

## Used by

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

### Imported by (3)

- `FileNameAndExtension` — `Frontend/src/app/components/files/upload-file/upload-file.component.ts`:1
- `UploadLogoComponent` — `Frontend/src/app/components/files/upload-logo/upload-logo.component.ts`:1
- `UploadFilePopup` — `Frontend/src/app/services/common/files.service.ts`:1
