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