Enum ExportImportHandledTransfer.ExportImportMode
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Specifies in which mode the transfer is executing.
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public enum ExportImportMode
Fields
Name | Description |
---|---|
Export | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Executing as part of export. |
ExportAndImport | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Execute as part of both import and export. |
Import | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Executing as part of import. |
None | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Not executing in a specified mode. |