Enables the download of a document already created on the server. The document is returned as a base64 coded string.
Syntax
Doc_GetFile_Mime(string sessionId, string processId, string fileName, out string doc, out string xmlResult )
Parameter | Description |
---|---|
sessionId | Valid session identifier (SessionId) |
processId | ID of the process whose business object is to be managed. |
fileName | Name of the file to be returned. |
doc | Base64 coded string, representing the content of the file. |
xmlResult | Empty when okay |
Return Value
Value | Description |
---|---|
0 | OK |
<>0 |
Error See Error Codes. |