Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ExportImportHandledTransfer.ExportImportMode

Specifies in which mode the transfer is executing.

Inheritance
System.Object
ExportImportHandledTransfer.ExportImportMode
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class ExportImportMode : Enum

Fields

Export

Executing as part of export.

Declaration
public const ExportImportHandledTransfer.ExportImportMode Export
Field Value

ExportAndImport

Execute as part of both import and export.

Declaration
public const ExportImportHandledTransfer.ExportImportMode ExportAndImport
Field Value

Import

Executing as part of import.

Declaration
public const ExportImportHandledTransfer.ExportImportMode Import
Field Value

None

Not executing in a specified mode.

Declaration
public const ExportImportHandledTransfer.ExportImportMode None
Field Value

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods