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