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