A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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.7
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