# PamsFileData

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `FileID` | `number` |
| `FileName` | `string` |
| `FileTitle` | `string` |
| `WebFullName` | `string` |
| `NameSuffix` | `string` |
| `WebId` | `string` |
| `WebParentId` | `string` |
| `WebUrl` | `string` |
| `Users` | `DriveUser[]` |
| `CloudItemId` | `string` |
| `CloudItemPath` | `string` |
| `CloudTypeId` | `number` |
| `OutlookItemId` | `string` |
| `ParentFileID` | `number` |
| `FileType` | `string` |
| `FileTypeId` | `number` |
| `FileCategoryId` | `number` |
| `FilePath` | `string` |
| `UploadedFileID` | `string` |
| `SizeInBytes` | `number` |
| `CreationDate` | `Date` |
| `ModificationDate` | `Date` |
| `CreatedByID` | `number` |
| `ModificatedByID` | `number` |
| `CompanyBranchID` | `number` |
| `CompanyID` | `number` |
| `UserId` | `number` |
| `selected` | `boolean` |
| `IsDefaultLibrary` | `boolean` |
| `FileTags` | `Tag[]` |
| `VersionNo` | `number` |
| `_FilesRoles` | `FilesRoles[]` |
| `_LibraryPermision` | `FilesRoles` |

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