View Source
Class ContentDeletedVersionsWebhookEvent
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentDeletedVersionsWebhookEvent : WebhookEventBase<ContentDeletedVersionsNotification>, IWebhookEvent, INotificationAsyncHandler<ContentDeletedVersionsNotification>, INotificationHandler
Constructors
View Source
ContentDeletedVersionsWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor)
Declaration
public ContentDeletedVersionsWebhookEvent(IWebhookFiringService webhookFiringService, IWebhookService webhookService, IOptionsMonitor<WebhookSettings> webhookSettings, IServerRoleAccessor serverRoleAccessor)
Parameters
Properties
View Source
Alias
Declaration
public override string Alias { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
ConvertNotificationToRequestPayload(ContentDeletedVersionsNotification)
Declaration
public override object ConvertNotificationToRequestPayload(ContentDeletedVersionsNotification notification)
Parameters
Returns
Type |
Description |
System.Object |
|