Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<DictionaryItemOperationStatus, TProperty>(DictionaryItemOperationStatus, Expression<Func<DictionaryItemOperationStatus, TProperty>>)
    DictionaryExtensions.MergeLeft<DictionaryItemOperationStatus, TK, TV>(DictionaryItemOperationStatus, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<DictionaryItemOperationStatus, TK, TV>(DictionaryItemOperationStatus, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<DictionaryItemOperationStatus>(DictionaryItemOperationStatus)
    ObjectExtensions.AsEnumerableOfOne<DictionaryItemOperationStatus>(DictionaryItemOperationStatus)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX