FileDownload DirectDownload 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: 6.5.0.0 (6.5.0.5648)
Syntax

public bool DirectDownload { get; set; }

Property Value

Type: OnlineBoolean
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