FileDownloadType EnumerationDocuWare Platform .NET API

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

[SerializableAttribute]
public enum FileDownloadType
Members

  Member nameValueDescription
Auto0 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.
Zip1 The files are always downloaded as ZIP file.
PDF2 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.
Remarks

See Also