View Source
Class MovingToRecycleBinNotification<T>
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public abstract class MovingToRecycleBinNotification<T> : CancelableObjectNotification<IEnumerable<MoveEventInfo<T>>>, IStatefulNotification, ICancelableNotification, INotification
Type Parameters
Constructors
View Source
MovingToRecycleBinNotification(IEnumerable<MoveEventInfo<T>>, EventMessages)
Declaration
protected MovingToRecycleBinNotification(IEnumerable<MoveEventInfo<T>> target, EventMessages messages)
Parameters
View Source
MovingToRecycleBinNotification(MoveEventInfo<T>, EventMessages)
Declaration
protected MovingToRecycleBinNotification(MoveEventInfo<T> target, EventMessages messages)
Parameters
Properties
View Source
MoveInfoCollection
Declaration
public IEnumerable<MoveEventInfo<T>> MoveInfoCollection { get; }
Property Value