Search Results for

    Show / Hide Table of Contents
    View Source

    Class EmailUserInviteSender

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Security
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class EmailUserInviteSender : IUserInviteSender

    Constructors

    View Source

    EmailUserInviteSender(IEmailSender, ILocalizedTextService, IOptions<GlobalSettings>)

    Declaration
    public EmailUserInviteSender(IEmailSender emailSender, ILocalizedTextService localizedTextService, IOptions<GlobalSettings> globalSettings)
    Parameters
    Type Name Description
    IEmailSender emailSender
    ILocalizedTextService localizedTextService
    IOptions<GlobalSettings> globalSettings

    Methods

    View Source

    CanSendInvites()

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

    InviteUser(UserInvitationMessage)

    Declaration
    public async Task InviteUser(UserInvitationMessage invite)
    Parameters
    Type Name Description
    UserInvitationMessage invite
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • EmailUserInviteSender(IEmailSender, ILocalizedTextService, IOptions<GlobalSettings>)
    • Methods
      • CanSendInvites()
      • InviteUser(UserInvitationMessage)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX