# OneDriveFilesList

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `parentItemId` | `string` |
| `name` | `string` |
| `title` | `string` |
| `fileLength` | `number` |
| `webUrl` | `string` |
| `isFile` | `boolean` |
| `expanded` | `boolean` |
| `selected` | `boolean` |
| `hasItems` | `boolean` |
| `items` | `OneDriveFilesList[]` |

## Used by

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

### Imported by (5)

- `NewBranchComponent` — `Frontend/src/app/components/configuration/company/main-branch/new.branch.component.ts`:1
- `DataEmitted` — `Frontend/src/app/components/files/recursive-tree-folder/recursive-tree-folder.component.ts`:1
- `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
- `AccountDetailsComponent` — `Frontend/src/app/components/market/account-details/account-details.component.ts`:1
