Enum DataTypeOperationStatus
Represents the status of a data type operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum DataTypeOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| DuplicateKey | A data type with the same key already exists. |
| InvalidConfiguration | The data type configuration is invalid. |
| InvalidId | The data type ID is invalid. |
| InvalidName | The data type name is invalid or empty. |
| NonDeletable | The data type cannot be deleted because it is a system data type or is in use. |
| NotFound | The specified data type was not found. |
| ParentNotContainer | The specified parent is not a valid container. |
| ParentNotFound | The specified parent container was not found. |
| PropertyEditorNotFound | The specified property editor was not found. |
| Success | The operation completed successfully. |