Enum UploadFileAction
Actions the built-in endpoints perform on an already-stored file.
Namespace: CoreUpload.Security
Assembly: CoreUpload.dll
Syntax
public enum UploadFileAction
Fields
| Name | Description |
|---|---|
| Delete | Deleting a stored file ( |
| Download | Streaming a file's bytes ( |
| Info | Reading a file's metadata ( |