Search Results for

    Show / Hide Table of Contents
    View Source

    Class CopyingNotification<T>

    Inheritance
    System.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, Int32, EventMessages)

    Declaration
    protected CopyingNotification(T original, T copy, int parentId, EventMessages messages)
    Parameters
    Type Name Description
    T original
    T copy
    System.Int32 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
    public int ParentId { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CopyingNotification(T, T, Int32, EventMessages)
    • Properties
      • Copy
      • Original
      • ParentId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX