# OneDriveShareFiles

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `FileId` | `number` |
| `FileName` | `string` |
| `CloudItemId` | `string` |
| `WebUrl` | `string` |
| `UserEmail` | `string` |
| `Users` | `DriveUser[]` |

## 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)

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