Class FileCabinetTransferInfo
Inheritance
System.Object
    FileCabinetTransferInfo
  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 FileCabinetTransferInfo
  Constructors
FileCabinetTransferInfo()
Creates a new instance of this class
Declaration
public FileCabinetTransferInfo()
  Properties
FillIntellix
If this flag is true the source document's metadata is adjusted with intellix suggestions using the intellix map for the default assigned file cabinet.
Declaration
public bool FillIntellix { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
KeepSource
If this flag is true the source documents remain in the source file cabinet; otherwise they are removed from the source file cabinet.
Declaration
public bool KeepSource { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
SourceDocId
Contains the identifiers of the documents to be copied/moved.
Declaration
public List<int> SourceDocId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.Int32> | 
SourceFileCabinetId
Gets the id of the file cabinet which contains the document to be copied/moved.
Declaration
public string SourceFileCabinetId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |