RemoveAttachment
What it does
Removes attachment
Definition
void RemoveAttachment( int sessionId, int type, int objectId, int batchId, int projectId, string fileName );Vf
Parameters
Name | Type | Description |
session | 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 |
fileName | string | Name of attachment to be deleted |
Returned value
None.
4/12/2024 6:16:02 PM