Search Results for

    Show / Hide Table of Contents

    Enum OperationResultType

    A value indicating the result of an operation.

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

    Fields

    Name Description
    Failed

    The operation failed.

    FailedCancelledByEvent

    The operation has been cancelled by an event handler.

    FailedCannot

    The operation could not complete because of invalid preconditions (eg creating a reference to an item that does not exist).

    FailedExceptionThrown

    The operation could not complete due to an exception.

    NoOperation

    No operation has been executed because it was not needed (eg deleting an item that doesn't exist).

    Success

    The operation was successful.

    Extension Methods

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