Search Results for

    Show / Hide Table of Contents
    View Source

    Class ItemsDocumentBlueprintTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<DocumentBlueprintTreeItemViewModel>
    DocumentBlueprintTreeControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.DocumentBlueprint.Tree
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class ItemsDocumentBlueprintTreeController : DocumentBlueprintTreeControllerBase

    Constructors

    View Source

    ItemsDocumentBlueprintTreeController(IEntityService, IContentTypeService)

    Declaration
    public ItemsDocumentBlueprintTreeController(IEntityService entityService, IContentTypeService contentTypeService)
    Parameters
    Type Name Description
    IEntityService entityService
    IContentTypeService contentTypeService

    Methods

    View Source

    Items(Guid[])

    Declaration
    public async Task<ActionResult<IEnumerable<DocumentBlueprintTreeItemViewModel>>> Items(Guid[] keys)
    Parameters
    Type Name Description
    Guid[] keys
    Returns
    Type Description
    Task<ActionResult<IEnumerable<DocumentBlueprintTreeItemViewModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ItemsDocumentBlueprintTreeController(IEntityService, IContentTypeService)
    • Methods
      • Items(Guid[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX