GetBatchTypes
What it does
Gets information about all the batch types within a project.
Definition
BatchType [] GetBatchTypes( int projectId );
Parameters
Name | Type | Description |
projectId | int | The ID of the project that contains the batch types about which information is to be retrieved |
Returned value
Type | Description |
BatchType[] | A set of records, each containing information about one of the batch types contained in the project |
12.04.2024 18:16:03