Enum EntityContainerOperationStatus
Represents the status of an entity container (folder) operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum EntityContainerOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| DuplicateKey | A container with the same key already exists. |
| DuplicateName | A container with the same name already exists at this level. |
| HasReferencedDescendants | The container cannot be moved to the recycle bin because it has descendants that are referenced. |
| InTrash | The container is trashed. |
| InvalidId | The container ID is invalid. |
| InvalidObjectType | The object type is invalid for container operations. |
| InvalidParent | The container has an invalid parent. |
| NotEmpty | The container is not empty and cannot be deleted. |
| NotFound | The specified container was not found. |
| NotInTrash | The container is not trashed. |
| ParentNotFound | The specified parent container was not found. |
| Success | The operation completed successfully. |
| Unknown | Failure for an an unknown reason. |