Search Results for

    Show / Hide Table of Contents
    View Source

    Class RootMediaTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<MediaTreeItemResponseModel>
    UserStartNodeTreeControllerBase<MediaTreeItemResponseModel>
    MediaTreeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Media.Tree
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class RootMediaTreeController : MediaTreeControllerBase

    Constructors

    View Source

    RootMediaTreeController(IEntityService, IUserStartNodeEntitiesService, IDataTypeService, AppCaches, IBackOfficeSecurityAccessor, IMediaPresentationFactory)

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

    Methods

    View Source

    Root(CancellationToken, Int32, Int32, Nullable<Guid>)

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