View Source
Class RootDataTypeTreeController
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class RootDataTypeTreeController : DataTypeTreeControllerBase
Constructors
View Source
RootDataTypeTreeController(IEntityService, IDataTypeService)
Declaration
public RootDataTypeTreeController(IEntityService entityService, IDataTypeService dataTypeService)
Parameters
Type |
Name |
Description |
IEntityService |
entityService |
|
IDataTypeService |
dataTypeService |
|
Methods
View Source
Root(Int32, Int32, Boolean)
Declaration
public async Task<ActionResult<PagedViewModel<FolderTreeItemViewModel>>> Root(int skip = 0, int take = 100, bool foldersOnly = false)
Parameters
Type |
Name |
Description |
System.Int32 |
skip |
|
System.Int32 |
take |
|
System.Boolean |
foldersOnly |
|
Returns