Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUserForgotPasswordSender

    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IUserForgotPasswordSender

    Methods

    View Source

    CanSend()

    Declaration
    bool CanSend()
    Returns
    Type Description
    System.Boolean
    View Source

    SendForgotPassword(UserForgotPasswordMessage)

    Declaration
    Task SendForgotPassword(UserForgotPasswordMessage message)
    Parameters
    Type Name Description
    UserForgotPasswordMessage message
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CanSend()
      • SendForgotPassword(UserForgotPasswordMessage)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX