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