Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentRolledBackNotification

    Notification that is published after content has been rolled back to a previous version.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IContent>
    RolledBackNotification<IContent>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ContentRolledBackNotification : RolledBackNotification<IContent>, IStatefulNotification, INotification
    Remarks

    This notification is published by the IContentService after the content has been reverted. It is not cancelable since the rollback operation has already completed.

    Constructors

    View Source

    ContentRolledBackNotification(IContent, EventMessages)

    Initializes a new instance of the ContentRolledBackNotification class.

    Declaration
    public ContentRolledBackNotification(IContent target, EventMessages messages)
    Parameters
    Type Name Description
    IContent target

    The content item that was rolled back.

    EventMessages messages

    The event messages collection.

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