# OneDriveFilesList

**Kind:** Class

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

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

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

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

### Imported by (4)

- `NewBranchComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/company/main-branch/new.branch.component.ts`:1
- `FileNameAndExtension` — `Pams/Web/Pams.Web/Client/app/components/files/upload-file/upload-file.component.ts`:1
- `UploadLogoComponent` — `Pams/Web/Pams.Web/Client/app/components/files/upload-logo/upload-logo.component.ts`:1
- `AccountDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/market/account-details/account-details.component.ts`:1
