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