Search Results for

    Show / Hide Table of Contents

    Enum ContentEditingOperationStatus

    Represents the status of a content editing operation.

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

    Fields

    Name Description
    CancelledByNotification

    The operation was cancelled by a notification handler.

    CannotDeleteWhenReferenced

    The content item cannot be deleted because it is referenced by other items.

    CannotMoveToRecycleBinWhenReferenced

    The content item cannot be moved to the recycle bin because it is referenced by other items.

    ContentTypeCultureVarianceMismatch

    The content's culture variance does not match the content type's culture variance setting.

    ContentTypeNotFound

    The specified content type was not found.

    ContentTypeSegmentVarianceMismatch

    The content's segment variance does not match the content type's segment variance setting.

    DuplicateKey

    A content item with the same key already exists.

    DuplicateName

    A content item with the same name already exists at this level.

    InTrash

    The content item is in the recycle bin and cannot be edited.

    InvalidCulture

    The specified culture is invalid or not configured.

    InvalidKey
    NotAllowed

    The operation is not allowed due to permission or structural constraints.

    NotFound

    The specified content item was not found.

    NotInTrash

    The content item is not in the recycle bin.

    ParentInvalid

    The specified parent is invalid for this operation.

    ParentNotFound

    The specified parent content item was not found.

    PropertyTypeNotFound

    The specified property type was not found on the content type.

    PropertyValidationError

    One or more property values failed validation.

    SortingInvalid

    The sorting operation contains invalid data.

    Success

    The operation completed successfully.

    TemplateNotAllowed

    The specified template is not allowed for this content type.

    TemplateNotFound

    The specified template was not found.

    Unknown

    An unknown error occurred during the operation.

    Extension Methods

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