London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IBulkChangeItem

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

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