View Source
Class DocumentTypeTreeControllerBase
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class DocumentTypeTreeControllerBase : FolderTreeControllerBase<DocumentTypeTreeItemResponseModel>
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 DocumentTypeTreeItemResponseModel[] MapTreeItemViewModels(Guid? parentKey, IEntitySlim[] entities)
Parameters
Type |
Name |
Description |
System.Nullable<Guid> |
parentKey |
|
IEntitySlim[] |
entities |
|
Returns