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