Class ContentRolledBackNotification
A notification that is used to trigger the IContentService when the Rollback method is called in the API, after the content has been rolled back.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentRolledBackNotification : RolledBackNotification<IContent>, IStatefulNotification, INotification
Constructors
View SourceContentRolledBackNotification(IContent, EventMessages)
Declaration
public ContentRolledBackNotification(IContent target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IContent | target | |
EventMessages | messages |