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

# GetChildGroups

> Die GetChildGroups-Methode in der ABBYY FlexiCapture-API zur Gruppenverwaltung gibt ein GroupInfo-Array zurück, das alle Gruppen beschreibt, die einer angegebenen übergeordneten Gruppe untergeordnet sind.

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

Liefert Informationen zu allen Gruppen, die in der angegebenen Gruppe enthalten sind.

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

```
GroupInfo[] GetChildGroups( int groupId );
```

<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><a href="/de/flexi-capture/man-group-info">GroupInfo</a>\[]</p></td><td><ul><li>Datentyp, der Informationen über eine Gruppe enthält</li></ul></td></tr></tbody></table>
