Class TransferExportOptions
Specifies options used during export
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public class TransferExportOptions
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 |
|
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 |