Class ExportSettings
Inheritance
System.Object
    ExportSettings
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ExportSettings
  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 |