View Source
Class ChildrenDocumentTreeController
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class ChildrenDocumentTreeController : DocumentTreeControllerBase
Constructors
View Source
ChildrenDocumentTreeController(IEntityService, IUserStartNodeEntitiesService, IDataTypeService, IPublicAccessService, AppCaches, IBackOfficeSecurityAccessor)
Declaration
public ChildrenDocumentTreeController(IEntityService entityService, IUserStartNodeEntitiesService userStartNodeEntitiesService, IDataTypeService dataTypeService, IPublicAccessService publicAccessService, AppCaches appCaches, IBackOfficeSecurityAccessor backofficeSecurityAccessor)
Parameters
Type |
Name |
Description |
IEntityService |
entityService |
|
IUserStartNodeEntitiesService |
userStartNodeEntitiesService |
|
IDataTypeService |
dataTypeService |
|
IPublicAccessService |
publicAccessService |
|
AppCaches |
appCaches |
|
IBackOfficeSecurityAccessor |
backofficeSecurityAccessor |
|
Methods
View Source
Children(Guid, Int32, Int32, Nullable<Guid>, String)
Declaration
public async Task<ActionResult<PagedViewModel<DocumentTreeItemViewModel>>> Children(Guid parentKey, int skip = 0, int take = 100, Guid? dataTypeKey = null, string culture = null)
Parameters
Type |
Name |
Description |
Guid |
parentKey |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
System.Nullable<Guid> |
dataTypeKey |
|
System.String |
culture |
|
Returns