View Source
Class DocumentTypeTreeControllerBase
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class DocumentTypeTreeControllerBase : FolderTreeControllerBase<DocumentTypeTreeItemViewModel>
Constructors
View Source
DocumentTypeTreeControllerBase(IEntityService, IContentTypeService)
Declaration
public DocumentTypeTreeControllerBase(IEntityService entityService, IContentTypeService contentTypeService)
Parameters
| Type |
Name |
Description |
| IEntityService |
entityService |
|
| IContentTypeService |
contentTypeService |
|
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 DocumentTypeTreeItemViewModel[] MapTreeItemViewModels(Guid? parentKey, IEntitySlim[] entities)
Parameters
| Type |
Name |
Description |
| System.Nullable<Guid> |
parentKey |
|
| IEntitySlim[] |
entities |
|
Returns