Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookSavedNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IWebhook>>
    EnumerableObjectNotification<IWebhook>
    SavedNotification<IWebhook>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class WebhookSavedNotification : SavedNotification<IWebhook>, IStatefulNotification, INotification

    Constructors

    View Source

    WebhookSavedNotification(IEnumerable<IWebhook>, EventMessages)

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

    WebhookSavedNotification(IWebhook, EventMessages)

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