Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateUserGroupController

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

    Constructors

    View Source

    CreateUserGroupController(IUserGroupService, IUserGroupPresentationFactory, IBackOfficeSecurityAccessor)

    Declaration
    public CreateUserGroupController(IUserGroupService userGroupService, IUserGroupPresentationFactory userGroupPresentationFactory, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IUserGroupService userGroupService
    IUserGroupPresentationFactory userGroupPresentationFactory
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Create(CancellationToken, CreateUserGroupRequestModel)

    Declaration
    public async Task<IActionResult> Create(CancellationToken cancellationToken, CreateUserGroupRequestModel createUserGroupRequestModel)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    CreateUserGroupRequestModel createUserGroupRequestModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CreateUserGroupController(IUserGroupService, IUserGroupPresentationFactory, IBackOfficeSecurityAccessor)
    • Methods
      • Create(CancellationToken, CreateUserGroupRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX