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. |
| InvalidId | The container ID is invalid. |
| InvalidObjectType | The object type is invalid for container operations. |
| NotEmpty | The container is not empty and cannot be deleted. |
| NotFound | The specified container was not found. |
| ParentNotFound | The specified parent container was not found. |
| Success | The operation completed successfully. |