GetTaskDocuments
What it does
Gets information about all the documents in a task.
Definition
Document [] GetTaskDocuments( int taskId );
Parameters
Name | Type | Description |
taskId | int | The ID of the task about which information is to be retrieved |
Returned value
Type | Description |
Document[] | The list of documents in a task |
12.04.2024 18:16:02