Class WebhookDeletedNotification
Notification published after webhooks have been deleted.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class WebhookDeletedNotification : DeletedNotification<IWebhook>, IStatefulNotification, INotification
Remarks
This notification is published after webhooks have been successfully deleted, allowing handlers to react for auditing or cache invalidation purposes.
Constructors
View SourceWebhookDeletedNotification(IWebhook, EventMessages)
Initializes a new instance of the WebhookDeletedNotification class.
Declaration
public WebhookDeletedNotification(IWebhook target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| IWebhook | target | The webhook that was deleted. |
| EventMessages | messages | The event messages collection. |