Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentScaffoldedNotification

    Notification that is sent out when a Content item has been scaffolded from an original item and basic cleaning has been performed.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IContent>
    CancelableObjectNotification<IContent>
    ScaffoldedNotification<IContent>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ContentScaffoldedNotification : ScaffoldedNotification<IContent>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    ContentScaffoldedNotification(IContent, IContent, int, EventMessages)

    Initializes a new instance of the ContentScaffoldedNotification class.

    Declaration
    public ContentScaffoldedNotification(IContent original, IContent scaffold, int parentId, EventMessages messages)
    Parameters
    Type Name Description
    IContent original

    The original content being copied from.

    IContent scaffold

    The scaffold (copy) being created.

    int parentId

    The ID of the parent under which the scaffold will be created.

    EventMessages messages

    The event messages collection.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX