Class ContentCopyingNotification
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentCopyingNotification : CopyingNotification<IContent>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceContentCopyingNotification(IContent, IContent, Int32, EventMessages)
Declaration
public ContentCopyingNotification(IContent original, IContent copy, int parentId, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IContent | original | |
IContent | copy | |
System.Int32 | parentId | |
EventMessages | messages |