Search Results for

    Show / Hide Table of Contents
    View Source

    Class AncestorsMediaTreeController

    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 AncestorsMediaTreeController : MediaTreeControllerBase

    Constructors

    View Source

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

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

    Ancestors(CancellationToken, Guid)

    Declaration
    public async Task<ActionResult<IEnumerable<MediaTreeItemResponseModel>>> Ancestors(CancellationToken cancellationToken, Guid descendantId)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid descendantId
    Returns
    Type Description
    Task<ActionResult<IEnumerable<MediaTreeItemResponseModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AncestorsMediaTreeController(IEntityService, IUserStartNodeEntitiesService, IDataTypeService, AppCaches, IBackOfficeSecurityAccessor, IMediaPresentationFactory)
    • Methods
      • Ancestors(CancellationToken, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX