Click or drag to resize
FileDownloadType Enumeration
Define the format that will be used to download a document

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
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