Search Results for

    Show / Hide Table of Contents
    View Source

    Class RootRelationTypeTreeController

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

    Constructors

    View Source

    RootRelationTypeTreeController(IEntityService, IRelationService)

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

    Methods

    View Source

    Root(Int32, Int32)

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