Search Results for

    Show / Hide Table of Contents

    Enum MoveOperationStatusType

    A status type of the result of moving an item

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public enum MoveOperationStatusType : byte
    Remarks

    Anything less than 10 = Success!

    Fields

    Name Description
    FailedCancelledByEvent

    The move action has been cancelled by an event handler

    FailedNotAllowedByPath

    Trying to move an item to an invalid path (i.e. a child of itself)

    FailedParentNotFound

    The parent being moved to doesn't exist

    Success

    The move was successful.

    Extension Methods

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