Search Results for

    Show / Hide Table of Contents

    Enum ContentEditingOperationStatus

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

    Fields

    Name Description
    CancelledByNotification
    CannotDeleteWhenReferenced
    CannotMoveToRecycleBinWhenReferenced
    ContentTypeCultureVarianceMismatch
    ContentTypeNotFound
    DuplicateKey
    DuplicateName
    InTrash
    InvalidCulture
    NotAllowed
    NotFound
    NotInTrash
    ParentInvalid
    ParentNotFound
    PropertyTypeNotFound
    PropertyValidationError
    SortingInvalid
    Success
    TemplateNotAllowed
    TemplateNotFound
    Unknown

    Extension Methods

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