Uploads a file (base64 coded string) to the server.
Syntax
Doc_SetFile_Mime(string sessionId, string processId, string fileName, 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 whose content is to be written. |
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. |