Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCopiedNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IContent>
    CopiedNotification<IContent>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ContentCopiedNotification : CopiedNotification<IContent>, IStatefulNotification, INotification

    Constructors

    View Source

    ContentCopiedNotification(IContent, IContent, Int32, Boolean, EventMessages)

    Declaration
    public ContentCopiedNotification(IContent original, IContent copy, int parentId, bool relateToOriginal, EventMessages messages)
    Parameters
    Type Name Description
    IContent original
    IContent copy
    System.Int32 parentId
    System.Boolean relateToOriginal
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentCopiedNotification(IContent, IContent, Int32, Boolean, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX