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

# GetGroup

> Die GetGroup-Methode in der ABBYY FlexiCapture-API zur Gruppenverwaltung ruft einen GroupInfo-Datensatz zu einer Gruppen-ID ab und gibt einen bool-Wert zurück, der angibt, ob die Gruppe existiert.

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

Ruft Informationen zu einer Gruppe ab.

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

```
bool GetGroup( int groupId, out GroupInfo groupinfo );
```

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

| **Name** | **Typ** | **Beschreibung** |
| -------- | ------- | ---------------- |
| groupId  | int     | Gruppen-ID       |

<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>bool</p></td><td><ul><li>Der Wert gibt an, ob die Gruppe vorhanden ist. Mögliche Werte:</li></ul><ul><li>"true", wenn die angegebene Gruppe gefunden wurde</li><li>andernfalls wird "false" zurückgegeben</li></ul></td></tr><tr><td><p><a href="/de/flexi-capture/man-group-info">GroupInfo</a></p></td><td><p>Informationen zu einer Gruppe</p></td></tr></tbody></table>
