Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChildrenDictionaryItemTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<EntityTreeItemViewModel>
    DictionaryItemTreeControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.DictionaryItem.Tree
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class ChildrenDictionaryItemTreeController : DictionaryItemTreeControllerBase

    Constructors

    View Source

    ChildrenDictionaryItemTreeController(IEntityService, ILocalizationService)

    Declaration
    public ChildrenDictionaryItemTreeController(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
    Type Description
    Task<ActionResult<PagedViewModel<EntityTreeItemViewModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ChildrenDictionaryItemTreeController(IEntityService, ILocalizationService)
    • Methods
      • Children(Guid, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX