Click or drag to resize
DocumentsTransferInfo Class
Defines the parameters of a documents transfer.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientDocumentsTransferInfo

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[EagleAttribute]
public class DocumentsTransferInfo : IHttpClientProxy

The DocumentsTransferInfo type exposes the following members.

Constructors
  NameDescription
Public methodDocumentsTransferInfo
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyDocuments
Public propertyFillIntellix
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.
Public propertyKeepSource
If this flag is true the source documents remain in the source file cabinet; otherwise they are removed from the source file cabinet.
Public propertySourceFileCabinetId
Gets the id of the file cabinet which contains the document to be copied/moved.
Public propertyUseDefaultDialog
Gets a value indicating whether a default store dialog, if such dialog is assing to the user, to be used.
Top
Methods
  NameDescription
Public methodSetProxy
Sets the HTTP communication proxy which is used in further HTTP communication.
Top
Explicit Interface Implementations
Remarks