View Source
Class RootDocumentTreeController
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class RootDocumentTreeController : DocumentTreeControllerBase
Constructors
View Source
RootDocumentTreeController(IEntityService, IUserStartNodeEntitiesService, IDataTypeService, IPublicAccessService, AppCaches, IBackOfficeSecurityAccessor)
Declaration
public RootDocumentTreeController(IEntityService entityService, IUserStartNodeEntitiesService userStartNodeEntitiesService, IDataTypeService dataTypeService, IPublicAccessService publicAccessService, AppCaches appCaches, IBackOfficeSecurityAccessor backofficeSecurityAccessor)
Parameters
Type |
Name |
Description |
IEntityService |
entityService |
|
IUserStartNodeEntitiesService |
userStartNodeEntitiesService |
|
IDataTypeService |
dataTypeService |
|
IPublicAccessService |
publicAccessService |
|
AppCaches |
appCaches |
|
IBackOfficeSecurityAccessor |
backofficeSecurityAccessor |
|
Methods
View Source
Root(Int32, Int32, Nullable<Guid>, String)
Declaration
public async Task<ActionResult<PagedViewModel<DocumentTreeItemViewModel>>> Root(int skip = 0, int take = 100, Guid? dataTypeKey = null, string culture = null)
Parameters
Type |
Name |
Description |
System.Int32 |
skip |
|
System.Int32 |
take |
|
System.Nullable<Guid> |
dataTypeKey |
|
System.String |
culture |
|
Returns