Enum DictionaryItemOperationStatus
Represents the status of a dictionary item operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum DictionaryItemOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| DuplicateItemKey | A dictionary item with the same key already exists. |
| DuplicateKey | A dictionary item with the same unique key already exists. |
| InvalidId | The dictionary item ID is invalid. |
| InvalidParent | The specified parent dictionary item is invalid. |
| ItemNotFound | The specified dictionary item was not found. |
| ParentNotFound | The specified parent dictionary item was not found. |
| Success | The operation completed successfully. |