A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IContentTypeModelScannerEvents

Specifies events for ContentTypeModelScanner

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