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