Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChildrenDataTypeTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<DataTypeTreeItemResponseModel>
    NamedEntityTreeControllerBase<DataTypeTreeItemResponseModel>
    FolderTreeControllerBase<DataTypeTreeItemResponseModel>
    DataTypeTreeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DataType.Tree
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ChildrenDataTypeTreeController : DataTypeTreeControllerBase

    Constructors

    View Source

    ChildrenDataTypeTreeController(IEntityService, IDataTypeService)

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

    Methods

    View Source

    Children(CancellationToken, Guid, Int32, Int32, Boolean)

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