• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents

    Enum DictionaryItemOperationStatus

    Namespace: Umbraco.Cms.Core.Services.OperationStatus
    Assembly: Umbraco.Core.dll
    Syntax
    public enum DictionaryItemOperationStatus

    Fields

    Name Description
    CancelledByNotification
    DuplicateItemKey
    DuplicateKey
    InvalidId
    InvalidParent
    ItemNotFound
    ParentNotFound
    Success

    Extension Methods

    DictionaryExtensions.MergeLeft<DictionaryItemOperationStatus, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<DictionaryItemOperationStatus, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<DictionaryItemOperationStatus>()
    ObjectExtensions.AsEnumerableOfOne<DictionaryItemOperationStatus>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<DictionaryItemOperationStatus, TProperty, TVal>(Expression<Func<DictionaryItemOperationStatus, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<DictionaryItemOperationStatus, TProperty>(Expression<Func<DictionaryItemOperationStatus, TProperty>>)
    CollectionExtensions.ToSingleItemCollection<DictionaryItemOperationStatus>()
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX