View Source
Class ChildrenDocumentTypeTreeController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.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(CancellationToken, Guid, Int32, Int32, Boolean)
Declaration
public async Task<ActionResult<PagedViewModel<DocumentTypeTreeItemResponseModel>>> Children(CancellationToken cancellationToken, Guid parentId, int skip = 0, int take = 100, bool foldersOnly = false)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
Guid |
parentId |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
System.Boolean |
foldersOnly |
|
Returns