Search Results for

    Show / Hide Table of Contents
    View Source

    Class ItemsRelationTypeTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<EntityTreeItemViewModel>
    RelationTypeTreeControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.RelationType.Tree
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class ItemsRelationTypeTreeController : RelationTypeTreeControllerBase

    Constructors

    View Source

    ItemsRelationTypeTreeController(IEntityService, IRelationService)

    Declaration
    public ItemsRelationTypeTreeController(IEntityService entityService, IRelationService relationService)
    Parameters
    Type Name Description
    IEntityService entityService
    IRelationService relationService

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