View Source
Class DocumentRecycleBinControllerBase
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class DocumentRecycleBinControllerBase : RecycleBinControllerBase<DocumentRecycleBinItemResponseModel>
Constructors
View Source
DocumentRecycleBinControllerBase(IEntityService, IDocumentPresentationFactory)
Declaration
public DocumentRecycleBinControllerBase(IEntityService entityService, IDocumentPresentationFactory documentPresentationFactory)
Parameters
Properties
View Source
ItemObjectType
Declaration
protected override UmbracoObjectTypes ItemObjectType { get; }
Property Value
Type |
Description |
UmbracoObjectTypes |
|
View Source
RecycleBinRootKey
Declaration
protected override Guid RecycleBinRootKey { get; }
Property Value
Methods
View Source
MapRecycleBinViewModel(Nullable<Guid>, IEntitySlim)
Declaration
protected override DocumentRecycleBinItemResponseModel MapRecycleBinViewModel(Guid? parentId, IEntitySlim entity)
Parameters
Type |
Name |
Description |
System.Nullable<Guid> |
parentId |
|
IEntitySlim |
entity |
|
Returns