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