Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberTypeAndGroupTreeControllerBase

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ControllerBase
    UmbracoApiControllerBase
    UmbracoApiController
    UmbracoAuthorizedApiController
    TreeControllerBase
    TreeController
    Namespace: Umbraco.Cms.Web.BackOffice.Trees
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public abstract class MemberTypeAndGroupTreeControllerBase : TreeController

    Constructors

    View Source

    MemberTypeAndGroupTreeControllerBase(ILocalizedTextService, UmbracoApiControllerTypeCollection, IMenuItemCollectionFactory, IEventAggregator, IMemberTypeService)

    Declaration
    protected MemberTypeAndGroupTreeControllerBase(ILocalizedTextService localizedTextService, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, IMenuItemCollectionFactory menuItemCollectionFactory, IEventAggregator eventAggregator, IMemberTypeService memberTypeService)
    Parameters
    Type Name Description
    ILocalizedTextService localizedTextService
    UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection
    IMenuItemCollectionFactory menuItemCollectionFactory
    IEventAggregator eventAggregator
    IMemberTypeService memberTypeService

    Properties

    View Source

    MenuItemCollectionFactory

    Declaration
    public IMenuItemCollectionFactory MenuItemCollectionFactory { get; }
    Property Value
    Type Description
    IMenuItemCollectionFactory

    Methods

    View Source

    GetMenuForNode(String, FormCollection)

    Declaration
    protected override ActionResult<MenuItemCollection> GetMenuForNode(string id, FormCollection queryStrings)
    Parameters
    Type Name Description
    System.String id
    Microsoft.AspNetCore.Http.FormCollection queryStrings
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.ActionResult<MenuItemCollection>
    View Source

    GetTreeNodes(String, FormCollection)

    Declaration
    protected override ActionResult<TreeNodeCollection> GetTreeNodes(string id, FormCollection queryStrings)
    Parameters
    Type Name Description
    System.String id
    Microsoft.AspNetCore.Http.FormCollection queryStrings
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.ActionResult<TreeNodeCollection>
    View Source

    GetTreeNodesFromService(String, FormCollection)

    Declaration
    protected abstract IEnumerable<TreeNode> GetTreeNodesFromService(string id, FormCollection queryStrings)
    Parameters
    Type Name Description
    System.String id
    Microsoft.AspNetCore.Http.FormCollection queryStrings
    Returns
    Type Description
    IEnumerable<TreeNode>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MemberTypeAndGroupTreeControllerBase(ILocalizedTextService, UmbracoApiControllerTypeCollection, IMenuItemCollectionFactory, IEventAggregator, IMemberTypeService)
    • Properties
      • MenuItemCollectionFactory
    • Methods
      • GetMenuForNode(String, FormCollection)
      • GetTreeNodes(String, FormCollection)
      • GetTreeNodesFromService(String, FormCollection)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX