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