Interface IDataExportEvents
Contains events that are raised during export execution on IData
Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 11.20.7Syntax
public interface IDataExportEvents
Events
BlobExported
Occurs after a blob has been exported
Declaration
event ExportedBlobEventHandler BlobExported
Event Type
Type | Description |
---|---|
Exported |
BlobExporting
Occurs before a blob is exported
Declaration
event ExportingBlobEventHandler BlobExporting
Event Type
Type | Description |
---|---|
Exporting |
ContentExported
Occurs after a page has been exported
Declaration
event ExportedContentEventHandler ContentExported
Event Type
Type | Description |
---|---|
Exported |
ContentExporting
Occurs before a content item is exported
Declaration
event ExportingContentEventHandler ContentExporting
Event Type
Type | Description |
---|---|
Exporting |
PropertyExporting
Occurs when a proeprty is to be exported. An eventhandler can register to take care of property serializing
Declaration
event ExportPropertyEventHandler PropertyExporting
Event Type
Type | Description |
---|---|
Export |
Starting
Occurs when the import is starting
Declaration
event ExportingEventHandler Starting
Event Type
Type | Description |
---|---|
Exporting |