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