Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaTreeControllerBase

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

    Constructors

    View Source

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

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

    Properties

    View Source

    ItemObjectType

    Declaration
    protected override UmbracoObjectTypes ItemObjectType { get; }
    Property Value
    Type Description
    UmbracoObjectTypes
    View Source

    ItemOrdering

    Declaration
    protected override Ordering ItemOrdering { get; }
    Property Value
    Type Description
    Ordering

    Methods

    View Source

    GetUserStartNodeIds()

    Declaration
    protected override int[] GetUserStartNodeIds()
    Returns
    Type Description
    System.Int32[]
    View Source

    GetUserStartNodePaths()

    Declaration
    protected override string[] GetUserStartNodePaths()
    Returns
    Type Description
    System.String[]
    View Source

    MapTreeItemViewModel(Nullable<Guid>, IEntitySlim)

    Declaration
    protected override MediaTreeItemResponseModel MapTreeItemViewModel(Guid? parentKey, IEntitySlim entity)
    Parameters
    Type Name Description
    System.Nullable<Guid> parentKey
    IEntitySlim entity
    Returns
    Type Description
    MediaTreeItemResponseModel
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MediaTreeControllerBase(IEntityService, IUserStartNodeEntitiesService, IDataTypeService, AppCaches, IBackOfficeSecurityAccessor, IMediaPresentationFactory)
    • Properties
      • ItemObjectType
      • ItemOrdering
    • Methods
      • GetUserStartNodeIds()
      • GetUserStartNodePaths()
      • MapTreeItemViewModel(Nullable<Guid>, IEntitySlim)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX