View Source
Class RootMemberGroupTreeController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.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(CancellationToken, Int32, Int32)
Declaration
public async Task<ActionResult<PagedViewModel<NamedEntityTreeItemResponseModel>>> Root(CancellationToken cancellationToken, int skip = 0, int take = 100)
Parameters
| Type |
Name |
Description |
| CancellationToken |
cancellationToken |
|
| System.Int32 |
skip |
|
| System.Int32 |
take |
|
Returns