Enum FileDownloadType
Define the format that will be used to download a document
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public enum FileDownloadType
  Fields
| Name | Description | 
|---|---|
| Auto | The type of the downloaded file determined by the server automatically. In case of a single file this is directly downloaded, otherwise a ZIP file is created.  | 
      
The files are always downloaded as PDF file. If more than one document is downloaded then every document is converted to PDF and the PDF files are packed in a ZIP file.  | 
      |
| Zip | The files are always downloaded as ZIP file.  |