Enum StylesheetOperationStatus
Represents the status of a stylesheet operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum StylesheetOperationStatus
Fields
| Name | Description |
|---|---|
| AlreadyExists | The operation failed because a stylesheet with the same path already exists. |
| CancelledByNotification | The operation was cancelled by a notification handler. |
| InvalidFileExtension | The operation failed because the file extension is not valid for a stylesheet. |
| InvalidName | The operation failed because the stylesheet name is invalid. |
| NotFound | The operation failed because the stylesheet could not be found. |
| ParentNotFound | The operation failed because the parent folder could not be found. |
| PathTooLong | The operation failed because the stylesheet path exceeds the maximum allowed length. |
| Success | The operation completed successfully. |