Class DocumentsTransferInfo
Defines the parameters of a documents transfer.
Inheritance
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Eagle]
public class DocumentsTransferInfo : IHttpClientProxy
  Constructors
DocumentsTransferInfo()
Creates a new instance of this class
Declaration
public DocumentsTransferInfo()
  Properties
Documents
Declaration
public List<Document> Documents { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<Document> | 
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
[Eagle]
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
[Eagle]
public bool KeepSource { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
SourceFileCabinetId
Gets the id of the file cabinet which contains the document to be copied/moved.
Declaration
[Eagle]
public string SourceFileCabinetId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
UseDefaultDialog
Gets a value indicating whether a default store dialog, if such dialog is assing to the user, to be used.
Declaration
public bool UseDefaultDialog { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Methods
SetProxy(HttpClientProxy)
Sets the HTTP communication proxy which is used in further HTTP communication.
Declaration
public void SetProxy(HttpClientProxy proxy)
  Parameters
| Type | Name | Description | 
|---|---|---|
| HttpClientProxy | proxy | The System.Net.Http.HttpClient instance which is used in further HTTP communication.  | 
      
Remarks
The HTTP proxy is used to handle the HTTP requests which are created by this instance. The proxy is used in case a request is sent to a URL which is resolved from a link.