SaveAttachment
What it does
Adds attachment to the specified object.
Definition
void SaveAttachment( int sessionId, int type, int objectId, int batchId, int projectId, File file );
Parameters
| Name | Type | Description |
| sessionId | int | The ID of the connection to the Application Server |
| type | int |
Type of attachment. Possible values
|
| objectId | int | The ID of the object |
| batchId | int | The ID of the batch |
| projectId | int | The ID of the project |
| file | File | Attachment file |
Returned value
None.
12.04.2024 18:16:01