Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChildrenDictionaryTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<NamedEntityTreeItemResponseModel>
    NamedEntityTreeControllerBase<NamedEntityTreeItemResponseModel>
    DictionaryTreeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Dictionary.Tree
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ChildrenDictionaryTreeController : DictionaryTreeControllerBase

    Constructors

    View Source

    ChildrenDictionaryTreeController(IEntityService, IDictionaryItemService)

    Declaration
    public ChildrenDictionaryTreeController(IEntityService entityService, IDictionaryItemService dictionaryItemService)
    Parameters
    Type Name Description
    IEntityService entityService
    IDictionaryItemService dictionaryItemService

    Methods

    View Source

    Children(CancellationToken, Guid, Int32, Int32)

    Declaration
    public async Task<ActionResult<PagedViewModel<NamedEntityTreeItemResponseModel>>> Children(CancellationToken cancellationToken, Guid parentId, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid parentId
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<ActionResult<PagedViewModel<NamedEntityTreeItemResponseModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ChildrenDictionaryTreeController(IEntityService, IDictionaryItemService)
    • Methods
      • Children(CancellationToken, Guid, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX