Returns the BLOB data of an object.
Syntax
Rep_GetBinFile_Mime(string sessionId,string systemName, string options,string objectId, string objectName,string objectType, out string doc,out string xmlResult)
| Parameter | Description |
|---|---|
| sessionId | Valid session identifier (SessionId) |
| systemName | SystemOId of the system |
| options | Parameter is currently ignored and should be passed as an empty string. |
| objectId | Object ID of the object whose BLOB data is to be retrieved. If not set, the parameter ObjectName and ObjectType must be set. |
| objectName | Name of the object. If specified, then the type must also be specified. |
| objectType | The type of the object data to be retrieved (for example D, B) |
| doc | The content of the BLOB field as Base64-coded string. |
| xmlResult | Empty when OK, otherwise Mws Error XML |
Return Value
| Value | Description |
|---|---|
| 0 | OK |
| <>0 |
Error See Error Codes. |