Search Results for

    Show / Hide Table of Contents
    View Source

    Class CopyingNotification<T>

    Inheritance
    object
    StatefulNotification
    ObjectNotification<T>
    CancelableObjectNotification<T>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class CopyingNotification<T> : CancelableObjectNotification<T>, IStatefulNotification, ICancelableNotification, INotification where T : class
    Type Parameters
    Name Description
    T

    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
    public T Copy { get; }
    Property Value
    Type Description
    T
    View Source

    Original

    Declaration
    public T Original { get; }
    Property Value
    Type Description
    T
    View Source

    ParentId

    Declaration
    [Obsolete("Please use parent key instead, scheduled for removal in V15")]
    public int ParentId { get; }
    Property Value
    Type Description
    int
    View Source

    ParentKey

    Declaration
    public Guid? ParentKey { get; }
    Property Value
    Type Description
    Guid?
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX