View Source
Class ContentMovedNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentMovedNotification : MovedNotification<IContent>, IStatefulNotification, INotification
Constructors
View Source
ContentMovedNotification(IEnumerable<MoveEventInfo<IContent>>, EventMessages)
Declaration
public ContentMovedNotification(IEnumerable<MoveEventInfo<IContent>> target, EventMessages messages)
Parameters
View Source
ContentMovedNotification(MoveEventInfo<IContent>, EventMessages)
Declaration
public ContentMovedNotification(MoveEventInfo<IContent> target, EventMessages messages)
Parameters