SaaS CMS has officially launched! Learn more now.

Class TransferExportOptions

Specifies options used during export

Inheritance
System.Object
TransferExportOptions
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class TransferExportOptions : Object

Constructors

TransferExportOptions()

Declaration
public TransferExportOptions()

Properties

AutoCloseStream

Specifies if the stream should be automatically closed after import

Declaration
public bool AutoCloseStream { get; set; }
Property Value
Type Description
System.Boolean

ExcludeFiles

Gets or sets a value indicating whether to exclude referenced files.

Declaration
public bool ExcludeFiles { get; set; }
Property Value
Type Description
System.Boolean

true if files should be excluded; otherwise, false.

ExportPropertySettings

Specifies if proerpty settings should be included in the export package

Declaration
public bool ExportPropertySettings { get; set; }
Property Value
Type Description
System.Boolean

IncludeReferencedContentTypes

Specifies if referenced content types should be exported.

Declaration
public bool IncludeReferencedContentTypes { get; set; }
Property Value
Type Description
System.Boolean

IsTest

If the current export should be started in test mode.

Declaration
public bool IsTest { get; set; }
Property Value
Type Description
System.Boolean

RequiredSourceAccess

Specifies the required access level for content exporting.

Declaration
public AccessLevel RequiredSourceAccess { get; set; }
Property Value
Type Description
AccessLevel

TransferType

Specifies which type of export it should be executed as.

Declaration
public TypeOfTransfer TransferType { get; set; }
Property Value
Type Description
TypeOfTransfer

Extension Methods