Try our conversational search powered by Generative AI!

Interface IDataImportEvents

Contains events that are raised during import execution on IDataImporter. Event handlers can be registered to modify data during import.

Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 11.20.7
Syntax
public interface IDataImportEvents

Events

BlobImported

Occurs after a blob has been imported

Declaration
event ImportedBlobEventHandler BlobImported
Event Type
Type Description
ImportedBlobEventHandler

BlobImporting

Occurs before a blob is imported

Declaration
event ImportingBlobEventHandler BlobImporting
Event Type
Type Description
ImportingBlobEventHandler

Completed

Occurs when the import is completed

Declaration
event ImportingEventHandler Completed
Event Type
Type Description
ImportingEventHandler

ContentImported

Occurs after a page has been imported

Declaration
event ImportedContentEventHandler ContentImported
Event Type
Type Description
ImportedContentEventHandler

ContentImporting

Occurs before a content item is imported

Declaration
event ImportingContentEventHandler ContentImporting
Event Type
Type Description
ImportingContentEventHandler

PropertyImporting

Occurs when a proeprty is to be imported. An eventhandler can register to take care of property deserializing

Declaration
event ImportingPropertyEventHandler PropertyImporting
Event Type
Type Description
ImportingPropertyEventHandler

Starting

Occurs when the import is starting

Declaration
event ImportingEventHandler Starting
Event Type
Type Description
ImportingEventHandler

Extension Methods