Class MoveToRecycleBinEventInfo<TEntity>
Represents information about a move to recycle bin operation.
Namespace: Umbraco.Cms.Core.Events
Assembly: Umbraco.Core.dll
Syntax
public class MoveToRecycleBinEventInfo<TEntity> : MoveEventInfoBase<TEntity>
Type Parameters
| Name | Description |
|---|---|
| TEntity | The type of the entity being moved to the recycle bin. |
Constructors
View SourceMoveToRecycleBinEventInfo(TEntity, string)
Initializes a new instance of the MoveToRecycleBinEventInfo<TEntity> class.
Declaration
public MoveToRecycleBinEventInfo(TEntity entity, string originalPath)
Parameters
| Type | Name | Description |
|---|---|---|
| TEntity | entity | The entity being moved to the recycle bin. |
| string | originalPath | The original path of the entity. |