View Source
Class TemplateTreeControllerBase
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class TemplateTreeControllerBase : EntityTreeControllerBase<EntityTreeItemViewModel>
Constructors
View Source
TemplateTreeControllerBase(IEntityService)
Declaration
public TemplateTreeControllerBase(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
MapTreeItemViewModel(Nullable<Guid>, IEntitySlim)
Declaration
protected override EntityTreeItemViewModel MapTreeItemViewModel(Guid? parentKey, IEntitySlim entity)
Parameters
Type |
Name |
Description |
System.Nullable<Guid> |
parentKey |
|
IEntitySlim |
entity |
|
Returns