Enum ContentEditingOperationStatus
Represents the status of a content editing operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum ContentEditingOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| CannotDeleteWhenReferenced | The content item cannot be deleted because it is referenced by other items. |
| CannotMoveToRecycleBinWhenReferenced | The content item cannot be moved to the recycle bin because it is referenced by other items. |
| ContentTypeCultureVarianceMismatch | The content's culture variance does not match the content type's culture variance setting. |
| ContentTypeNotFound | The specified content type was not found. |
| ContentTypeSegmentVarianceMismatch | The content's segment variance does not match the content type's segment variance setting. |
| DuplicateKey | A content item with the same key already exists. |
| DuplicateName | A content item with the same name already exists at this level. |
| InTrash | The content item is in the recycle bin and cannot be edited. |
| InvalidCulture | The specified culture is invalid or not configured. |
| InvalidKey | |
| NotAllowed | The operation is not allowed due to permission or structural constraints. |
| NotFound | The specified content item was not found. |
| NotInTrash | The content item is not in the recycle bin. |
| ParentInvalid | The specified parent is invalid for this operation. |
| ParentNotFound | The specified parent content item was not found. |
| PropertyTypeNotFound | The specified property type was not found on the content type. |
| PropertyValidationError | One or more property values failed validation. |
| SortingInvalid | The sorting operation contains invalid data. |
| Success | The operation completed successfully. |
| TemplateNotAllowed | The specified template is not allowed for this content type. |
| TemplateNotFound | The specified template was not found. |
| Unknown | An unknown error occurred during the operation. |