Search Results for

    Show / Hide Table of Contents
    View Source

    Class ItemsMemberGroupTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<EntityTreeItemViewModel>
    MemberGroupTreeControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.MemberGroup.Tree
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class ItemsMemberGroupTreeController : MemberGroupTreeControllerBase

    Constructors

    View Source

    ItemsMemberGroupTreeController(IEntityService)

    Declaration
    public ItemsMemberGroupTreeController(IEntityService entityService)
    Parameters
    Type Name Description
    IEntityService entityService

    Methods

    View Source

    Items(Guid[])

    Declaration
    public async Task<ActionResult<IEnumerable<EntityTreeItemViewModel>>> Items(Guid[] keys)
    Parameters
    Type Name Description
    Guid[] keys
    Returns
    Type Description
    Task<ActionResult<IEnumerable<EntityTreeItemViewModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ItemsMemberGroupTreeController(IEntityService)
    • Methods
      • Items(Guid[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX