View Source
Class RootTemplateTreeController
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class RootTemplateTreeController : TemplateTreeControllerBase
Constructors
View Source
RootTemplateTreeController(IEntityService)
Declaration
public RootTemplateTreeController(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