Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IContentTypeModelScannerEvents

Specifies events for ContentTypeModelScanner

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