Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeleteUserController

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

    Constructors

    View Source

    DeleteUserController(IAuthorizationService, IUserService, IBackOfficeSecurityAccessor)

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

    Methods

    View Source

    DeleteUser(CancellationToken, Guid)

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