Search Results for

    Show / Hide Table of Contents

    Enum RedirectUrlOperationStatus

    Represents the status of a redirect URL operation.

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

    Fields

    Name Description
    CancelledByNotification

    The operation was cancelled by a notification handler.

    NotFound

    The operation failed because the redirect URL could not be found.

    Success

    The operation completed successfully.

    Unknown

    An unknown error occurred during the operation.

    Extension Methods

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