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

> Die Methode CreateGroup in der ABBYY FlexiCapture-Gruppenverwaltungs-API erstellt anhand eines Kurznamens und eines vollständigen Namens eine neue Gruppe und gibt die neue Gruppen-ID zurück.

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

Erstellt eine neue Gruppe.

<div id="definition">
  ## Definition
</div>

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

<div id="parameters">
  ## Parameter
</div>

| **Name** | **Typ** | **Beschreibung**              |
| -------- | ------- | ----------------------------- |
| name     | string  | Kurzname der Gruppe           |
| fullName | string  | Vollständiger Name der Gruppe |

<div id="returned-value">
  ## Rückgabewert
</div>

<table width="100%"><tbody><tr><td><p><strong>Typ</strong></p></td><td><p><strong>Beschreibung</strong></p></td></tr><tr><td><p>int</p></td><td><ul><li>Gruppen-ID</li></ul></td></tr></tbody></table>
