DownloadDocument

Description Download the document from the server.
Method Type POST
URL api/dm/download
Parameters
Name Type Description
handle IntPtr Handle for the document to download.
DocumentID Object

The specified document’s DocumentID.

The DocumentID can be any object, for example an absolute path of a file, or a database row ID. The specified Content-Engine will interpret the DocumentID and serve the document.

CE (Optional) String

The Specified Content-Engine.

Possible values:

0: Default Content-Engine (default)

1: FileEngine

2: DatabaseEngine

Response Type application/octet-stream
Return values The byte array of the document.

Programming notes

None

Example

None

Requirements