Search Results for

    Show / Hide Table of Contents
    View Source

    Class ClearAvatarUserController

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

    Constructors

    View Source

    ClearAvatarUserController(IAuthorizationService, IUserService)

    Declaration
    public ClearAvatarUserController(IAuthorizationService authorizationService, IUserService userService)
    Parameters
    Type Name Description
    IAuthorizationService authorizationService
    IUserService userService

    Methods

    View Source

    ClearAvatar(CancellationToken, Guid)

    Declaration
    public async Task<IActionResult> ClearAvatar(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
      • ClearAvatarUserController(IAuthorizationService, IUserService)
    • Methods
      • ClearAvatar(CancellationToken, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX