Class ExportOptions
Specifies options used for Export(Stream, IEnumerable<ExportSource>, ExportOptions) method.
Inheritance
System.Object
ExportOptions
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.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 9.12.2Syntax
public class ExportOptions
Constructors
ExportOptions()
Declaration
public ExportOptions()
Properties
AutoCloseStream
Specifies if the stream should be automatically closed after import
Declaration
public bool AutoCloseStream { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultOptions
Default options for export execution
Declaration
public static ExportOptions DefaultOptions { get; }
Property Value
Type | Description |
---|---|
ExportOptions |
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 |