Enum ScriptOperationStatus
Represents the status of a script operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum ScriptOperationStatus
Fields
| Name | Description |
|---|---|
| AlreadyExists | A script 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 script file. |
| InvalidName | The provided script name is invalid. |
| NotFound | The specified script was not found. |
| ParentNotFound | The parent folder was not found. |
| PathTooLong | The resulting file path exceeds the maximum allowed length. |
| Success | The script operation completed successfully. |