Enum ExportImportHandledTransfer.ExportImportMode
Specifies in which mode the transfer is executing.
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public enum ExportImportModeFields
| 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. | 
