Search Results for

    Show / Hide Table of Contents
    View Source

    Class ItemsDocumentTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<DocumentTreeItemViewModel>
    UserStartNodeTreeControllerBase<DocumentTreeItemViewModel>
    DocumentTreeControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.Document.Tree
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class ItemsDocumentTreeController : DocumentTreeControllerBase

    Constructors

    View Source

    ItemsDocumentTreeController(IEntityService, IUserStartNodeEntitiesService, IDataTypeService, IPublicAccessService, AppCaches, IBackOfficeSecurityAccessor)

    Declaration
    public ItemsDocumentTreeController(IEntityService entityService, IUserStartNodeEntitiesService userStartNodeEntitiesService, IDataTypeService dataTypeService, IPublicAccessService publicAccessService, AppCaches appCaches, IBackOfficeSecurityAccessor backofficeSecurityAccessor)
    Parameters
    Type Name Description
    IEntityService entityService
    IUserStartNodeEntitiesService userStartNodeEntitiesService
    IDataTypeService dataTypeService
    IPublicAccessService publicAccessService
    AppCaches appCaches
    IBackOfficeSecurityAccessor backofficeSecurityAccessor

    Methods

    View Source

    Items(Guid[], Nullable<Guid>, String)

    Declaration
    public async Task<ActionResult<IEnumerable<DocumentTreeItemViewModel>>> Items(Guid[] keys, Guid? dataTypeKey = null, string culture = null)
    Parameters
    Type Name Description
    Guid[] keys
    System.Nullable<Guid> dataTypeKey
    System.String culture
    Returns
    Type Description
    Task<ActionResult<IEnumerable<DocumentTreeItemViewModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ItemsDocumentTreeController(IEntityService, IUserStartNodeEntitiesService, IDataTypeService, IPublicAccessService, AppCaches, IBackOfficeSecurityAccessor)
    • Methods
      • Items(Guid[], Nullable<Guid>, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX