Enum StylesheetFolderOperationStatus
Represents the status of a stylesheet folder operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum StylesheetFolderOperationStatus
Fields
| Name | Description |
|---|---|
| AlreadyExists | A stylesheet folder with the same name already exists at the specified location. |
| InvalidName | The provided folder name is invalid. |
| NotEmpty | The stylesheet folder cannot be deleted because it is not empty. |
| NotFound | The specified stylesheet folder was not found. |
| ParentNotFound | The parent folder was not found. |
| Success | The stylesheet folder operation completed successfully. |