View Source
Class MemberGroupTreeController
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
Assembly: Umbraco.Web.BackOffice.dll
Syntax
[Authorize(Policy = "TreeAccessMemberGroups")]
[PluginController("UmbracoTrees")]
public class MemberGroupTreeController : MemberTypeAndGroupTreeControllerBase, IUmbracoFeature, IDiscoverable, ITree
Constructors
View Source
Declaration
public MemberGroupTreeController(ILocalizedTextService localizedTextService, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, IMenuItemCollectionFactory menuItemCollectionFactory, IMemberGroupService memberGroupService, IEventAggregator eventAggregator)
Parameters
View Source
Declaration
[ActivatorUtilitiesConstructor]
public MemberGroupTreeController(ILocalizedTextService localizedTextService, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, IMenuItemCollectionFactory menuItemCollectionFactory, IMemberGroupService memberGroupService, IEventAggregator eventAggregator, IMemberTypeService memberTypeService)
Parameters
Methods
View Source
Declaration
protected override ActionResult<TreeNode> CreateRootNode(FormCollection queryStrings)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Http.FormCollection |
queryStrings |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.ActionResult<TreeNode> |
|
View Source
Declaration
protected override IEnumerable<TreeNode> GetTreeNodesFromService(string id, FormCollection queryStrings)
Parameters
Type |
Name |
Description |
System.String |
id |
|
Microsoft.AspNetCore.Http.FormCollection |
queryStrings |
|
Returns