View Source
Class MemberTypeAndGroupTreeControllerBase
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
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
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
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
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> |
|