Enum PartialViewOperationStatus
Represents the status of a partial view operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum PartialViewOperationStatus
Fields
| Name | Description |
|---|---|
| AlreadyExists | A partial view with the same name already exists at the specified location. |
| CancelledByNotification | The operation was cancelled by a notification handler. |
| InvalidFileExtension | The file extension is not valid for a partial view. |
| InvalidName | The provided partial view name is invalid. |
| NotAllowedInProductionMode | The operation is not allowed when running in production mode. |
| NotFound | The specified partial view was not found. |
| ParentNotFound | The parent folder was not found. |
| PathTooLong | The resulting file path exceeds the maximum allowed length. |
| Success | The partial view operation completed successfully. |