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 IContentTypeModelScannerEvents

Specifies events for ContentTypeModelScanner

Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IContentTypeModelScannerEvents

Events

SynchronizationCompleted

Occurs when a content types synchronization is completed.

Declaration
event EventHandler<EventArgs> SynchronizationCompleted
Event Type
Type Description
System.EventHandler<System.EventArgs>

SynchronizationStarted

Occurs when a content types synchronization is started.

Declaration
event EventHandler<EventArgs> SynchronizationStarted
Event Type
Type Description
System.EventHandler<System.EventArgs>

Extension Methods