Kind: Controller
Source: Pams/API/Pams.API.Core/Controllers/DMS/FileController.cs (line 18)
Part of: Pams
Where it refuses work
FileControllerstops the work with an early return whenresult == null, in 4 places.FileControllerstops the work with an early return whenresults == null || results.Count == 0, in 2 places.FileControllerstops the work with an early return when!isDone.FileControllerstops the work with an early return whenmodel == null || model.Files?.Count == 0.FileControllerstops the work with an early return when!result.Item2.FileControllerstops the work with an early return when!isShared.
Relationships
- MODULE_DECLARES →
CreateFolderOnOneDrive - MODULE_DECLARES →
CreateFolderOnOneDriveForUser - MODULE_DECLARES →
UploadFileToOneDrive - MODULE_DECLARES →
UploadFileListToOneDrive - MODULE_DECLARES →
UploadActivityAttachmentToOneDrive - MODULE_DECLARES →
ModifyUsersAccessToFilesByRoleOrPermissionModification - MODULE_DECLARES →
ShareFileFromOneDrive - MODULE_DECLARES →
ShareFileFromOneDrive - MODULE_DECLARES →
GetUserFileList - MODULE_DECLARES →
ProbeItemPermissions - MODULE_DECLARES →
GetGraphScopes - MODULE_DECLARES →
GetFileContent - MODULE_DECLARES →
GetLogoFile - MODULE_DECLARES →
DownloadFileContentById_IntoMemory - MODULE_DECLARES →
MoveFilesToOneDrive - MODULE_DECLARES →
Test_PostMessage - MODULE_DECLARES →
Test_GeSquareValue - IMPORTS →
AttachedFile - IMPORTS →
ActivityEMailAttachment - IMPORTS →
SharedFileList - IMPORTS →
AttachedFileList - IMPORTS →
TempFiles - IMPORTS →
MainLookup
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.
calls by (5)
UploadFilePopup—Frontend/src/app/services/common/files.service.ts:1ImportDataService—Frontend/src/app/services/shared/import-data.service.ts:1Attachement—Outlook_plugin/src/attachement/attachement.service.ts:1UploadFilePopup—Pams/Web/Pams.Web/Client/app/services/common/files.service.ts:1ImportDataService—Pams/Web/Pams.Web/Client/app/services/shared/import-data.service.ts:1
Was this page helpful?