Class ContentTypeMovingNotification
A notification that is used to trigger the ContentTypeService when the Move method is called in the API.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class ContentTypeMovingNotification : MovingNotification<IContentType>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceContentTypeMovingNotification(IEnumerable<MoveEventInfo<IContentType>>, EventMessages)
Declaration
public ContentTypeMovingNotification(IEnumerable<MoveEventInfo<IContentType>> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<MoveEventInfo<IContentType>> | target | |
EventMessages | messages |
ContentTypeMovingNotification(MoveEventInfo<IContentType>, EventMessages)
Declaration
public ContentTypeMovingNotification(MoveEventInfo<IContentType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
MoveEventInfo<IContentType> | target | |
EventMessages | messages |