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