Search Results for

    Show / Hide Table of Contents

    Enum EntityContainerOperationStatus

    Represents the status of an entity container (folder) operation.

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

    Fields

    Name Description
    CancelledByNotification

    The operation was cancelled by a notification handler.

    DuplicateKey

    A container with the same key already exists.

    DuplicateName

    A container with the same name already exists at this level.

    HasReferencedDescendants

    The container cannot be moved to the recycle bin because it has descendants that are referenced.

    InTrash

    The container is trashed.

    InvalidId

    The container ID is invalid.

    InvalidObjectType

    The object type is invalid for container operations.

    InvalidParent

    The container has an invalid parent.

    NotEmpty

    The container is not empty and cannot be deleted.

    NotFound

    The specified container was not found.

    NotInTrash

    The container is not trashed.

    ParentNotFound

    The specified parent container was not found.

    Success

    The operation completed successfully.

    Unknown

    Failure for an an unknown reason.

    Extension Methods

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