View Source
Class RemovedMemberRolesWebhookEvent
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class RemovedMemberRolesWebhookEvent : WebhookEventBase<RemovedMemberRolesNotification>, IWebhookEvent, INotificationAsyncHandler<RemovedMemberRolesNotification>, INotificationHandler
Constructors
View Source
RemovedMemberRolesWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor)
Declaration
public RemovedMemberRolesWebhookEvent(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 |
|