Search Results for

    Show / Hide Table of Contents
    View Source

    Class ElementCopiedNotification

    The notification is published after the element has been copied.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IElement>
    CopiedNotification<IElement>
    Namespace: Umbraco.Cms.Core.Notifications
    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
    Type Name Description
    IElement original
    IElement copy
    int parentId
    Guid? parentKey
    bool relateToOriginal
    EventMessages messages
    View Source

    ElementCopiedNotification(IElement, IElement, Guid?, bool, EventMessages)

    Declaration
    public ElementCopiedNotification(IElement original, IElement copy, Guid? parentKey, bool relateToOriginal, EventMessages messages)
    Parameters
    Type Name Description
    IElement original
    IElement copy
    Guid? parentKey
    bool relateToOriginal
    EventMessages messages
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX