View Source
Class WebhookSavingNotification
Inheritance
System.Object
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
View Source
WebhookSavingNotification(IWebhook, EventMessages)
Declaration
public WebhookSavingNotification(IWebhook target, EventMessages messages)
Parameters