View Source
Class ItemsDocumentBlueprintTreeController
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class ItemsDocumentBlueprintTreeController : DocumentBlueprintTreeControllerBase
Constructors
View Source
ItemsDocumentBlueprintTreeController(IEntityService, IContentTypeService)
Declaration
public ItemsDocumentBlueprintTreeController(IEntityService entityService, IContentTypeService contentTypeService)
Parameters
Type |
Name |
Description |
IEntityService |
entityService |
|
IContentTypeService |
contentTypeService |
|
Methods
View Source
Items(Guid[])
Declaration
public async Task<ActionResult<IEnumerable<DocumentBlueprintTreeItemViewModel>>> Items(Guid[] keys)
Parameters
Type |
Name |
Description |
Guid[] |
keys |
|
Returns