Search Results for

    Show / Hide Table of Contents
    View Source

    Class RedirectUrlSavingNotification

    Notification published before a redirect URL is saved.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<IRedirectUrl>>
    CancelableObjectNotification<IEnumerable<IRedirectUrl>>
    CancelableEnumerableObjectNotification<IRedirectUrl>
    SavingNotification<IRedirectUrl>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class RedirectUrlSavingNotification : SavingNotification<IRedirectUrl>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    RedirectUrlSavingNotification(IEnumerable<IRedirectUrl>, EventMessages)

    Initializes a new instance of the RedirectUrlSavingNotification class.

    Declaration
    public RedirectUrlSavingNotification(IEnumerable<IRedirectUrl> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IRedirectUrl> target

    The redirect URLs being saved.

    EventMessages messages

    The event messages collection.

    View Source

    RedirectUrlSavingNotification(IRedirectUrl, EventMessages)

    Initializes a new instance of the RedirectUrlSavingNotification class.

    Declaration
    public RedirectUrlSavingNotification(IRedirectUrl target, EventMessages messages)
    Parameters
    Type Name Description
    IRedirectUrl target

    The redirect URL being saved.

    EventMessages messages

    The event messages collection.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX