Search Results for

    Show / Hide Table of Contents
    View Source

    Class ItemsDataTypeTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<FolderTreeItemViewModel>
    FolderTreeControllerBase<FolderTreeItemViewModel>
    DataTypeTreeControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.DataType.Tree
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class ItemsDataTypeTreeController : DataTypeTreeControllerBase

    Constructors

    View Source

    ItemsDataTypeTreeController(IEntityService, IDataTypeService)

    Declaration
    public ItemsDataTypeTreeController(IEntityService entityService, IDataTypeService dataTypeService)
    Parameters
    Type Name Description
    IEntityService entityService
    IDataTypeService dataTypeService

    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
      • ItemsDataTypeTreeController(IEntityService, IDataTypeService)
    • Methods
      • Items(Guid[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX