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