View Source
Class DataTypeTreeControllerBase
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class DataTypeTreeControllerBase : FolderTreeControllerBase<FolderTreeItemViewModel>
Constructors
View Source
DataTypeTreeControllerBase(IEntityService, IDataTypeService)
Declaration
public DataTypeTreeControllerBase(IEntityService entityService, IDataTypeService dataTypeService)
Parameters
Type |
Name |
Description |
IEntityService |
entityService |
|
IDataTypeService |
dataTypeService |
|
Properties
View Source
FolderObjectType
Declaration
protected override UmbracoObjectTypes FolderObjectType { get; }
Property Value
Type |
Description |
UmbracoObjectTypes |
|
View Source
ItemObjectType
Declaration
protected override UmbracoObjectTypes ItemObjectType { get; }
Property Value
Type |
Description |
UmbracoObjectTypes |
|
Methods
View Source
MapTreeItemViewModels(Nullable<Guid>, IEntitySlim[])
Declaration
protected override FolderTreeItemViewModel[] MapTreeItemViewModels(Guid? parentKey, IEntitySlim[] entities)
Parameters
Type |
Name |
Description |
System.Nullable<Guid> |
parentKey |
|
IEntitySlim[] |
entities |
|
Returns