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