GetAttachmentNames
What it does
Gets a list of attachments of the specified type to the selected object.
Definition
string[] GetAttachmentNames( int type, int objectId, int batchId, int projectId );
Parameters
Name | Type | Description |
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 |
Returned value
Type | Description |
string[] | The list of attachments to the selected object |
4/12/2024 6:16:03 PM