Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookDeletingNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IWebhook>>
    CancelableObjectNotification<IEnumerable<IWebhook>>
    CancelableEnumerableObjectNotification<IWebhook>
    DeletingNotification<IWebhook>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class WebhookDeletingNotification : DeletingNotification<IWebhook>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    WebhookDeletingNotification(IEnumerable<IWebhook>, EventMessages)

    Declaration
    public WebhookDeletingNotification(IEnumerable<IWebhook> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IWebhook> target
    EventMessages messages
    View Source

    WebhookDeletingNotification(IWebhook, EventMessages)

    Declaration
    public WebhookDeletingNotification(IWebhook target, EventMessages messages)
    Parameters
    Type Name Description
    IWebhook target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • WebhookDeletingNotification(IEnumerable<IWebhook>, EventMessages)
      • WebhookDeletingNotification(IWebhook, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX