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

> El método CreateGroup de la API de administración de grupos de ABBYY FlexiCapture crea un nuevo grupo a partir de un nombre corto y un nombre completo, y devuelve el nuevo ID del grupo.

<div id="what-it-does">
  ## Qué hace
</div>

Crea un nuevo grupo.

<div id="definition">
  ## Definición
</div>

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

<div id="parameters">
  ## Parámetros
</div>

| **Name** | **Tipo** | **Descripción**           |
| -------- | -------- | ------------------------- |
| name     | string   | Nombre corto del grupo    |
| fullName | string   | Nombre completo del grupo |

<div id="returned-value">
  ## Valor devuelto
</div>

<table width="100%"><tbody><tr><td><p><strong>Tipo</strong></p></td><td><p><strong>Descripción</strong></p></td></tr><tr><td><p>int</p></td><td><ul><li>ID del grupo</li></ul></td></tr></tbody></table>
