Search Results for

    Show / Hide Table of Contents
    View Source

    Class ElementRolledBackNotification

    A notification that is used to trigger the IElementService when the Rollback method is called in the API, after the content has been rolled back.

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

    Constructors

    View Source

    ElementRolledBackNotification(IElement, EventMessages)

    Declaration
    public ElementRolledBackNotification(IElement target, EventMessages messages)
    Parameters
    Type Name Description
    IElement target
    EventMessages messages
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX