Class ExportSettings
Inheritance
System.Object
ExportSettings
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ExportSettings : object
Constructors
ExportSettings()
Creates a new instance of this class
Declaration
public ExportSettings()
Properties
ExportHistory
Gets or sets a value indicating whether the document's versions has to be exported.
Declaration
public bool ExportHistory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ExportTextshots
Gets or sets a value indicating whether the document's textshot has to be exported.
Declaration
public bool ExportTextshots { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeDataFiles
Gets or sets a value indicating whether the document's section data files has to be exported.
Declaration
public bool IncludeDataFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |