View Source
Class RootMemberTypeTreeController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class RootMemberTypeTreeController : MemberTypeTreeControllerBase
Constructors
View Source
RootMemberTypeTreeController(IEntityService, IMemberTypeService)
Declaration
public RootMemberTypeTreeController(IEntityService entityService, IMemberTypeService memberTypeService)
Parameters
Type |
Name |
Description |
IEntityService |
entityService |
|
IMemberTypeService |
memberTypeService |
|
Methods
View Source
Root(CancellationToken, Int32, Int32)
Declaration
public async Task<ActionResult<PagedViewModel<MemberTypeTreeItemResponseModel>>> Root(CancellationToken cancellationToken, int skip = 0, int take = 100)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns