View Source
Class CopyingNotification<T>
Assembly: Umbraco.Core.dll
Syntax
public abstract class CopyingNotification<T> : CancelableObjectNotification<T>, IStatefulNotification, ICancelableNotification, INotification where T : class
Type Parameters
Constructors
View Source
CopyingNotification(T, T, int, Guid?, EventMessages)
Declaration
protected CopyingNotification(T original, T copy, int parentId, Guid? parentKey, EventMessages messages)
Parameters
| Type |
Name |
Description |
| T |
original |
|
| T |
copy |
|
| int |
parentId |
|
| Guid? |
parentKey |
|
| EventMessages |
messages |
|
View Source
CopyingNotification(T, T, int, EventMessages)
Declaration
[Obsolete("Please use constructor that takes a parent key, scheduled for removal in V15")]
protected CopyingNotification(T original, T copy, int parentId, EventMessages messages)
Parameters
| Type |
Name |
Description |
| T |
original |
|
| T |
copy |
|
| int |
parentId |
|
| EventMessages |
messages |
|
Properties
View Source
Copy
Declaration
Property Value
View Source
Original
Declaration
public T Original { get; }
Property Value
View Source
ParentId
Declaration
[Obsolete("Please use parent key instead, scheduled for removal in V15")]
public int ParentId { get; }
Property Value
View Source
ParentKey
Declaration
public Guid? ParentKey { get; }
Property Value