View Source
Class ContentEmptiedRecycleBinWebhookEvent
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentEmptiedRecycleBinWebhookEvent : WebhookEventContentBase<ContentEmptiedRecycleBinNotification, IContent>, IWebhookEvent, INotificationAsyncHandler<ContentEmptiedRecycleBinNotification>, INotificationHandler
Constructors
View Source
ContentEmptiedRecycleBinWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor, IApiContentBuilder)
Declaration
public ContentEmptiedRecycleBinWebhookEvent(IWebhookFiringService webhookFiringService, IWebhookService webhookService, IOptionsMonitor<WebhookSettings> webhookSettings, IServerRoleAccessor serverRoleAccessor, IApiContentBuilder apiContentBuilder)
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(ContentEmptiedRecycleBinNotification)
Declaration
protected override IEnumerable<IContent> GetEntitiesFromNotification(ContentEmptiedRecycleBinNotification notification)
Parameters
Returns