Search Results for

    Show / Hide Table of Contents
    View Source

    Class EnableUserController

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

    Constructors

    View Source

    EnableUserController(IAuthorizationService, IUserService, IBackOfficeSecurityAccessor)

    Declaration
    public EnableUserController(IAuthorizationService authorizationService, IUserService userService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IAuthorizationService authorizationService
    IUserService userService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    EnableUsers(CancellationToken, EnableUserRequestModel)

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