Search Results for

    Show / Hide Table of Contents
    View Source

    Class BulkDeleteUserController

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

    Constructors

    View Source

    BulkDeleteUserController(IAuthorizationService, IUserService, IBackOfficeSecurityAccessor)

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

    Methods

    View Source

    DeleteUsers(CancellationToken, DeleteUsersRequestModel)

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