Skip to main content

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

NameTypeDescription
projectIdintThe ID of the project
batchTypeIdintThe ID of the batch type

Returned value

TypeDescription
int[]Document Definitions attached to the batch type