> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GetBatchTypeTemplates

> ABBYY FlexiCapture API で GetBatchTypeTemplates を使用して、プロジェクト内の特定のバッチタイプにアタッチされている Document Definitions の ID を取得します。

<div id="what-it-does">
  ## 機能
</div>

バッチタイプにアタッチされている Document Definitions の識別子セットを返します。**NULL** が返された場合は、バッチタイプのプロパティで **Use all Document Definitions** オプションが有効になっているか、または Document Definition が何も選択されていないことを意味します。

<div id="definition">
  ## 定義
</div>

```
int[] GetBatchTypeTemplates( int projectId, int batchTypeId );
```

<div id="parameters">
  ## パラメーター
</div>

| **Name**    | **型** | **説明**    |
| ----------- | ----- | --------- |
| projectId   | int   | プロジェクトのID |
| batchTypeId | int   | バッチタイプのID |

<div id="returned-value">
  ## 戻り値
</div>

| **型**  | **説明**                               |
| ------ | ------------------------------------ |
| int\[] | バッチタイプにアタッチされているDocument Definitions |
