View Source
Class DocumentTreeControllerBase
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class DocumentTreeControllerBase : UserStartNodeTreeControllerBase<DocumentTreeItemResponseModel>
Constructors
View Source
DocumentTreeControllerBase(IEntityService, IUserStartNodeEntitiesService, IDataTypeService, IPublicAccessService, AppCaches, IBackOfficeSecurityAccessor, IDocumentPresentationFactory)
Declaration
protected DocumentTreeControllerBase(IEntityService entityService, IUserStartNodeEntitiesService userStartNodeEntitiesService, IDataTypeService dataTypeService, IPublicAccessService publicAccessService, AppCaches appCaches, IBackOfficeSecurityAccessor backofficeSecurityAccessor, IDocumentPresentationFactory documentPresentationFactory)
Parameters
Type |
Name |
Description |
IEntityService |
entityService |
|
IUserStartNodeEntitiesService |
userStartNodeEntitiesService |
|
IDataTypeService |
dataTypeService |
|
IPublicAccessService |
publicAccessService |
|
AppCaches |
appCaches |
|
IBackOfficeSecurityAccessor |
backofficeSecurityAccessor |
|
IDocumentPresentationFactory |
documentPresentationFactory |
|
Properties
View Source
ItemObjectType
Declaration
protected override UmbracoObjectTypes ItemObjectType { get; }
Property Value
Type |
Description |
UmbracoObjectTypes |
|
View Source
ItemOrdering
Declaration
protected override Ordering ItemOrdering { get; }
Property Value
Type |
Description |
Ordering |
|
Methods
View Source
GetUserStartNodeIds()
Declaration
protected override int[] GetUserStartNodeIds()
Returns
Type |
Description |
System.Int32[] |
|
View Source
GetUserStartNodePaths()
Declaration
protected override string[] GetUserStartNodePaths()
Returns
Type |
Description |
System.String[] |
|
View Source
MapTreeItemViewModel(Nullable<Guid>, IEntitySlim)
Declaration
protected override DocumentTreeItemResponseModel MapTreeItemViewModel(Guid? parentId, IEntitySlim entity)
Parameters
Type |
Name |
Description |
System.Nullable<Guid> |
parentId |
|
IEntitySlim |
entity |
|
Returns