FileDownloadDirectDownload Property DocuWare Platform .NET API
If this flag is true then the file is directly downloaded, even if the browser provides a plugin for this file.

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

C#
[DefaultValueAttribute(false)]
[XmlAttributeAttribute]
public bool DirectDownload { get; set; }

Property Value

Type: Boolean
Remarks

If you have a browser plugin installed which shows you the content a PDF file in the browser directly then this flag can be used to override this behaviour and let the browser open a "Save file" box.
See Also

Reference