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

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