# OneDriveFilesList

**Kind:** Class

**Source:** `Outlook_plugin/src/attachement/attachement.model.ts` (line 211)

**Part of:** [Attachement](subsystem-outlook-plugin-src-attachement)

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

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)

- `Attachement` — `Outlook_plugin/src/attachement/attachement.service.ts`:1
- `handleErrorResponse` — `Outlook_plugin/src/taskpane/taskpane.ts`:69
