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