Enum TemporaryFileOperationStatus
Represents the status of a temporary file operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum TemporaryFileOperationStatus
Fields
| Name | Description |
|---|---|
| FileExtensionNotAllowed | The operation failed because the file extension is not allowed. |
| InvalidFileName | The operation failed because the file name is invalid. |
| KeyAlreadyUsed | The operation failed because the specified key is already in use by another temporary file. |
| NotFound | The operation failed because the temporary file could not be found. |
| Success | The operation completed successfully. |
| UploadBlocked | The operation failed because file uploads are currently blocked. |