> ## 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.

# CreateGroup

> ABBYY FlexiCapture グループ管理 API の CreateGroup メソッドは、短縮名と正式名から新しいグループを作成し、そのグループ ID を返します。

<div id="what-it-does">
  ## 動作
</div>

新しいグループを作成します。

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

```
int CreateGroup( string name, string fullName );
```

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

| **Name** | **型**  | **説明**   |
| -------- | ------ | -------- |
| name     | string | グループの短縮名 |
| fullName | string | グループの正式名 |

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

<table width="100%"><tbody><tr><td><p><strong>型</strong></p></td><td><p><strong>説明</strong></p></td></tr><tr><td><p>int</p></td><td><ul><li>グループID</li></ul></td></tr></tbody></table>
