Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookDeletedNotification

    Notification published after webhooks have been deleted.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<IWebhook>>
    EnumerableObjectNotification<IWebhook>
    DeletedNotification<IWebhook>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class WebhookDeletedNotification : DeletedNotification<IWebhook>, IStatefulNotification, INotification
    Remarks

    This notification is published after webhooks have been successfully deleted, allowing handlers to react for auditing or cache invalidation purposes.

    Constructors

    View Source

    WebhookDeletedNotification(IWebhook, EventMessages)

    Initializes a new instance of the WebhookDeletedNotification class.

    Declaration
    public WebhookDeletedNotification(IWebhook target, EventMessages messages)
    Parameters
    Type Name Description
    IWebhook target

    The webhook that was deleted.

    EventMessages messages

    The event messages collection.

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