View Source
Class ContentDeletedBlueprintWebhookEvent
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentDeletedBlueprintWebhookEvent : WebhookEventContentBase<ContentDeletedBlueprintNotification, IContent>, IWebhookEvent, INotificationAsyncHandler<ContentDeletedBlueprintNotification>, INotificationHandler
Constructors
View Source
ContentDeletedBlueprintWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor)
Declaration
public ContentDeletedBlueprintWebhookEvent(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
ConvertEntityToRequestPayload(IContent)
Declaration
protected override object ConvertEntityToRequestPayload(IContent entity)
Parameters
Returns
Type |
Description |
System.Object |
|
View Source
GetEntitiesFromNotification(ContentDeletedBlueprintNotification)
Declaration
protected override IEnumerable<IContent> GetEntitiesFromNotification(ContentDeletedBlueprintNotification notification)
Parameters
Returns