Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllMemberGroupController

    Inheritance
    System.Object
    ManagementApiControllerBase
    MemberGroupControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.MemberGroup
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AllMemberGroupController : MemberGroupControllerBase

    Constructors

    View Source

    AllMemberGroupController(IMemberGroupService, IUmbracoMapper)

    Declaration
    public AllMemberGroupController(IMemberGroupService memberGroupService, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IMemberGroupService memberGroupService
    IUmbracoMapper mapper

    Methods

    View Source

    All(CancellationToken, Int32, Int32)

    Declaration
    public async Task<ActionResult<PagedViewModel<MemberGroupResponseModel>>> All(CancellationToken cancellationToken, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<ActionResult<PagedViewModel<MemberGroupResponseModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AllMemberGroupController(IMemberGroupService, IUmbracoMapper)
    • Methods
      • All(CancellationToken, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX