Search Results for

    Show / Hide Table of Contents
    View Source

    Class RootDocumentBlueprintTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<DocumentBlueprintTreeItemResponseModel>
    NamedEntityTreeControllerBase<DocumentBlueprintTreeItemResponseModel>
    FolderTreeControllerBase<DocumentBlueprintTreeItemResponseModel>
    DocumentBlueprintTreeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DocumentBlueprint.Tree
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class RootDocumentBlueprintTreeController : DocumentBlueprintTreeControllerBase

    Constructors

    View Source

    RootDocumentBlueprintTreeController(IEntityService, IDocumentPresentationFactory)

    Declaration
    public RootDocumentBlueprintTreeController(IEntityService entityService, IDocumentPresentationFactory documentPresentationFactory)
    Parameters
    Type Name Description
    IEntityService entityService
    IDocumentPresentationFactory documentPresentationFactory

    Methods

    View Source

    Root(CancellationToken, Int32, Int32, Boolean)

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