View Source
Class RootMemberGroupTreeController
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class RootMemberGroupTreeController : MemberGroupTreeControllerBase
Constructors
View Source
RootMemberGroupTreeController(IEntityService)
Declaration
public RootMemberGroupTreeController(IEntityService entityService)
Parameters
| Type |
Name |
Description |
| IEntityService |
entityService |
|
Methods
View Source
Root(Int32, Int32)
Declaration
public async Task<ActionResult<PagedViewModel<EntityTreeItemViewModel>>> Root(int skip = 0, int take = 100)
Parameters
| Type |
Name |
Description |
| System.Int32 |
skip |
|
| System.Int32 |
take |
|
Returns