Search Results for

    Show / Hide Table of Contents
    View Source

    Class ItemsDictionaryTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<EntityTreeItemViewModel>
    DictionaryTreeControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.Dictionary.Tree
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class ItemsDictionaryTreeController : DictionaryTreeControllerBase

    Constructors

    View Source

    ItemsDictionaryTreeController(IEntityService, ILocalizationService)

    Declaration
    public ItemsDictionaryTreeController(IEntityService entityService, ILocalizationService localizationService)
    Parameters
    Type Name Description
    IEntityService entityService
    ILocalizationService localizationService

    Methods

    View Source

    Items(Guid[])

    Declaration
    public async Task<ActionResult<IEnumerable<FolderTreeItemViewModel>>> Items(Guid[] keys)
    Parameters
    Type Name Description
    Guid[] keys
    Returns
    Type Description
    Task<ActionResult<IEnumerable<FolderTreeItemViewModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ItemsDictionaryTreeController(IEntityService, ILocalizationService)
    • Methods
      • Items(Guid[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX