View Source
Class ChildrenDictionaryTreeController
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class ChildrenDictionaryTreeController : DictionaryTreeControllerBase
Constructors
View Source
ChildrenDictionaryTreeController(IEntityService, ILocalizationService)
Declaration
public ChildrenDictionaryTreeController(IEntityService entityService, ILocalizationService localizationService)
Parameters
Type |
Name |
Description |
IEntityService |
entityService |
|
ILocalizationService |
localizationService |
|
Methods
View Source
Children(Guid, Int32, Int32)
Declaration
public async Task<ActionResult<PagedViewModel<EntityTreeItemViewModel>>> Children(Guid parentKey, int skip = 0, int take = 100)
Parameters
Type |
Name |
Description |
Guid |
parentKey |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns