View Source
Class RelationTypeTreeControllerBase
Inheritance
System.Object
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