Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserPasswordResetWebhookEvent

    Inheritance
    System.Object
    WebhookEventBase<UserPasswordResetNotification>
    Namespace: Umbraco.Cms.Core.Webhooks.Events
    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
    Type Name Description
    IWebhookFiringService webhookFiringService
    IWebhookService webHookService
    IOptionsMonitor<WebhookSettings> webhookSettings
    IServerRoleAccessor serverRoleAccessor

    Properties

    View Source

    Alias

    Declaration
    public override string Alias { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserPasswordResetWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor)
    • Properties
      • Alias
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX