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