Doc_GetFile_Mime - Web Services - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Web Services

Platform
Content Composer
Product
Web Services
Release
Foundation 23.2
License

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.