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 | 
4/12/2024 6:16:02 PM