London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 10.10.4
Syntax
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.

Extension Methods