View Source
Inheritance
System.Object
Assembly: Umbraco.Core.dll
public class MediaTypeMovedWebhookEvent : WebhookEventBase<MediaTypeMovedNotification>, IWebhookEvent, INotificationAsyncHandler<MediaTypeMovedNotification>, INotificationHandler
Constructors
View Source
Declaration
public MediaTypeMovedWebhookEvent(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
public override object ConvertNotificationToRequestPayload(MediaTypeMovedNotification notification)
Parameters
Returns
Type |
Description |
System.Object |
|