Search Results for

    Show / Hide Table of Contents
    View Source

    Class AddUsersToUserGroupController

    Inheritance
    System.Object
    ManagementApiControllerBase
    UserGroupControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.UserGroup
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AddUsersToUserGroupController : UserGroupControllerBase

    Constructors

    View Source

    AddUsersToUserGroupController(IUserGroupService, IBackOfficeSecurityAccessor, IAuthorizationService)

    Declaration
    public AddUsersToUserGroupController(IUserGroupService userGroupService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IAuthorizationService authorizationService)
    Parameters
    Type Name Description
    IUserGroupService userGroupService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IAuthorizationService authorizationService

    Methods

    View Source

    Update(CancellationToken, Guid, ReferenceByIdModel[])

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