View Source
Class UpdateUserGroupController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UpdateUserGroupController : UserGroupControllerBase
Constructors
View Source
UpdateUserGroupController(IUserGroupService, IUserGroupPresentationFactory, IBackOfficeSecurityAccessor)
Declaration
public UpdateUserGroupController(IUserGroupService userGroupService, IUserGroupPresentationFactory userGroupPresentationFactory, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
Parameters
Type |
Name |
Description |
IUserGroupService |
userGroupService |
|
IUserGroupPresentationFactory |
userGroupPresentationFactory |
|
IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
Methods
View Source
Update(CancellationToken, Guid, UpdateUserGroupRequestModel)
Declaration
public async Task<IActionResult> Update(CancellationToken cancellationToken, Guid id, UpdateUserGroupRequestModel updateUserGroupRequestModel)
Parameters
Returns
Type |
Description |
Task<IActionResult> |
|