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

Specifies in which mode the transfer is executing.

Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
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.

Extension Methods