Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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