Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationTypeTreeControllerBase

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<EntityTreeItemViewModel>
    Namespace: Umbraco.Cms.ManagementApi.Controllers.RelationType.Tree
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class RelationTypeTreeControllerBase : EntityTreeControllerBase<EntityTreeItemViewModel>

    Constructors

    View Source

    RelationTypeTreeControllerBase(IEntityService)

    Declaration
    public RelationTypeTreeControllerBase(IEntityService entityService)
    Parameters
    Type Name Description
    IEntityService entityService

    Properties

    View Source

    ItemObjectType

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

    Methods

    View Source

    MapTreeItemViewModels(Nullable<Guid>, IRelationType[])

    Declaration
    protected EntityTreeItemViewModel[] MapTreeItemViewModels(Guid? parentKey, IRelationType[] relationTypes)
    Parameters
    Type Name Description
    System.Nullable<Guid> parentKey
    IRelationType[] relationTypes
    Returns
    Type Description
    EntityTreeItemViewModel[]
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RelationTypeTreeControllerBase(IEntityService)
    • Properties
      • ItemObjectType
    • Methods
      • MapTreeItemViewModels(Nullable<Guid>, IRelationType[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX