GetBatchTypeTemplates
What it does
Returns the set of identifiers for Document Definitions attached to the batch type. If NULL is returned, it means either that the Use all Document Definitions option is enabled in batch type properties or that no Document Definition is selected.
Definition
int[] GetBatchTypeTemplates( int projectId, int batchTypeId );
Parameters
Name | Type | Description |
projectId | int | The ID of the project |
batchTypeId | int | The ID of the batch type |
Returned value
Type | Description |
int[] | Document Definitions attached to the batch type |
12.04.2024 18:16:02