Kind: Class
Source: Frontend/src/app/models/common/files.model.ts (line 57)
Part of: Frontend
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 |
FileComments | Comment[] |
_FilesRoles | FilesRoles[] |
_LibraryPermision | FilesRoles |
Used by
35 references from 35 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (35)
MrqDetailsComponent—Frontend/src/app/components/MRQ/mrq-details/mrq-details.component.ts:1BillOfMaterialsDetailsComponent—Frontend/src/app/components/bill-of-materials/bill-of-materials-details/bill-of-materials-details.component.ts:1NewBranchComponent—Frontend/src/app/components/configuration/company/main-branch/new.branch.component.ts:1ProductCategoriesComponent—Frontend/src/app/components/configuration/products/product-categories/product-categories.component.ts:1ProductsDetailsComponent—Frontend/src/app/components/configuration/products/products-details/products-details.component.ts:1NewActivityComponent—Frontend/src/app/components/dashboard/my-desk/activities/new-activity/new-activity.component.ts:1TopicComponent—Frontend/src/app/components/dashboard/my-desk/activities/topic/topic.component.ts:1NewTasksComponent—Frontend/src/app/components/dashboard/my-desk/tasks/new-tasks/new-tasks.component.ts:1
…and 27 more.
Was this page helpful?