Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChildrenMediaTreeController

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

    Constructors

    View Source

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

    Declaration
    public ChildrenMediaTreeController(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

    Children(Guid, Int32, Int32, Nullable<Guid>)

    Declaration
    public async Task<ActionResult<PagedViewModel<ContentTreeItemViewModel>>> Children(Guid parentKey, int skip = 0, int take = 100, Guid? dataTypeKey = null)
    Parameters
    Type Name Description
    Guid parentKey
    System.Int32 skip
    System.Int32 take
    System.Nullable<Guid> dataTypeKey
    Returns
    Type Description
    Task<ActionResult<PagedViewModel<ContentTreeItemViewModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ChildrenMediaTreeController(IEntityService, IUserStartNodeEntitiesService, IDataTypeService, AppCaches, IBackOfficeSecurityAccessor)
    • Methods
      • Children(Guid, Int32, Int32, Nullable<Guid>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX