Interface IBulkChangeItem

An interface describing a single change to inclusion in a bulk change notification.

Namespace: EPiServer.Events.ChangeNotification
Assembly: EPiServer.Events.dll
Version: 8.11.0
Syntax
public interface IBulkChangeItem

Properties

AfterObject

Declaration
object AfterObject { get; }
Property Value
Type Description
System.Object

BeforeObject

Declaration
object BeforeObject { get; }
Property Value
Type Description
System.Object