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 |
12.04.2024 18:16:01