View Source
Class ElementCopiedNotification
The notification is published after the element has been copied.
Assembly: Umbraco.Core.dll
Syntax
public sealed class ElementCopiedNotification : CopiedNotification<IElement>, IStatefulNotification, INotification
Constructors
View Source
ElementCopiedNotification(IElement, IElement, int, Guid?, bool, EventMessages)
Declaration
[Obsolete("Use the constructor without parentId parameter instead. Scheduled for removal in Umbraco 20.")]
public ElementCopiedNotification(IElement original, IElement copy, int parentId, Guid? parentKey, bool relateToOriginal, EventMessages messages)
Parameters
View Source
ElementCopiedNotification(IElement, IElement, Guid?, bool, EventMessages)
Declaration
public ElementCopiedNotification(IElement original, IElement copy, Guid? parentKey, bool relateToOriginal, EventMessages messages)
Parameters