Interface IBulkChangeItem

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

Namespace: EPiServer.Events.ChangeNotification
Assembly: EPiServer.Events.dll
Version: 11.20.7
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

Extension Methods