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.

    InvalidId

    The container ID is invalid.

    InvalidObjectType

    The object type is invalid for container operations.

    NotEmpty

    The container is not empty and cannot be deleted.

    NotFound

    The specified container was not found.

    ParentNotFound

    The specified parent container 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<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