Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Interface IBulkChangeItem

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

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