Enum ExportImportHandledTransfer.ExportImportMode
Specifies in which mode the transfer is executing.
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public enum ExportImportMode
Fields
| Name | Description |
|---|---|
| Export | Executing as part of export. |
| ExportAndImport | Execute as part of both import and export. |
| Import | Executing as part of import. |
| None | Not executing in a specified mode. |