• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookSavingNotification

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

    Constructors

    View Source

    WebhookSavingNotification(IEnumerable<IWebhook>, EventMessages)

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

    WebhookSavingNotification(IWebhook, EventMessages)

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