Search Results for

    Show / Hide Table of Contents
    View Source

    Class ResendInviteUserController

    Inheritance
    System.Object
    ManagementApiControllerBase
    UserOrCurrentUserControllerBase
    UserControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.User
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ResendInviteUserController : UserControllerBase

    Constructors

    View Source

    ResendInviteUserController(IUserService, IUserPresentationFactory, IBackOfficeSecurityAccessor)

    Declaration
    public ResendInviteUserController(IUserService userService, IUserPresentationFactory userPresentationFactory, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IUserService userService
    IUserPresentationFactory userPresentationFactory
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    ResendInvite(CancellationToken, ResendInviteUserRequestModel)

    Declaration
    public async Task<IActionResult> ResendInvite(CancellationToken cancellationToken, ResendInviteUserRequestModel model)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    ResendInviteUserRequestModel model
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ResendInviteUserController(IUserService, IUserPresentationFactory, IBackOfficeSecurityAccessor)
    • Methods
      • ResendInvite(CancellationToken, ResendInviteUserRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX