View Source
Class MemberTypeDeletedWebhookEvent
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class MemberTypeDeletedWebhookEvent : WebhookEventBase<MemberTypeDeletedNotification>, IWebhookEvent, INotificationAsyncHandler<MemberTypeDeletedNotification>, INotificationHandler
Constructors
View Source
MemberTypeDeletedWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor)
Declaration
public MemberTypeDeletedWebhookEvent(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(MemberTypeDeletedNotification)
Declaration
public override object ConvertNotificationToRequestPayload(MemberTypeDeletedNotification notification)
Parameters
Returns
Type |
Description |
System.Object |
|