PublicAPI.Services.FileServicesELMA API Documentation
File management service
Access path: PublicAPI.Services.FileServices
Methods

  NameDescription
Public methodCancelEncrypt
Cancel file encryption
Public methodCopyFile
Copy file
Public methodDecrypt
Decrypt the file (a temp file will be created on the server)
Public methodEncrypt
Encrypt file
Public methodFileExists
Check, if the file exists in the storage
Public methodFileSize
Get the file size from the storage
Public methodLoadFile
Load File
Public methodLoadFiles
Load Files
Public methodRenameFile
Rename File in Storage
Public methodSaveFile
Save File
Back to Top
See Also