Search Results for

    Show / Hide Table of Contents
    View Source

    Class ItemsMediaTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<ContentTreeItemViewModel>
    UserStartNodeTreeControllerBase<ContentTreeItemViewModel>
    MediaTreeControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.Media.Tree
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class ItemsMediaTreeController : MediaTreeControllerBase

    Constructors

    View Source

    ItemsMediaTreeController(IEntityService, IUserStartNodeEntitiesService, IDataTypeService, AppCaches, IBackOfficeSecurityAccessor)

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

    Methods

    View Source

    Items(Guid[], Nullable<Guid>)

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