Search Results for

    Show / Hide Table of Contents
    View Source

    Class RootDataTypeTreeController

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

    Constructors

    View Source

    RootDataTypeTreeController(IEntityService, IDataTypeService)

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

    Methods

    View Source

    Root(Int32, Int32, Boolean)

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