View Source
Inheritance
System.Object
Assembly: Umbraco.Core.dll
public class MediaEmptiedRecycleBinWebhookEvent : WebhookEventContentBase<MediaEmptiedRecycleBinNotification, IMedia>, IWebhookEvent, INotificationAsyncHandler<MediaEmptiedRecycleBinNotification>, INotificationHandler
Constructors
View Source
Declaration
public MediaEmptiedRecycleBinWebhookEvent(IWebhookFiringService webhookFiringService, IWebhookService webHookService, IOptionsMonitor<WebhookSettings> webhookSettings, IServerRoleAccessor serverRoleAccessor)
Parameters
Properties
View Source
Declaration
public override string Alias { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
Declaration
protected override object ConvertEntityToRequestPayload(IMedia entity)
Parameters
Type |
Name |
Description |
IMedia |
entity |
|
Returns
Type |
Description |
System.Object |
|
View Source
Declaration
protected override IEnumerable<IMedia> GetEntitiesFromNotification(MediaEmptiedRecycleBinNotification notification)
Parameters
Returns
Type |
Description |
IEnumerable<IMedia> |
|