Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCopyingNotification

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

    Constructors

    View Source

    ContentCopyingNotification(IContent, IContent, Int32, EventMessages)

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