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

# FindTenant

> Die Methode FindTenant in der Mandant-Management-API von ABBYY FlexiCapture sucht einen Mandanten nach Namen und gibt die zugehörige Mandanten-ID als Ganzzahl zurück.

Sucht Mandanten anhand ihres Namens.

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

```csharp theme={null}
int FindTenant( string tenantName );
```

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

| Name         | Typ      | Beschreibung            |
| ------------ | -------- | ----------------------- |
| `tenantName` | `string` | Der Name des Mandanten. |

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

| Typ   | Beschreibung      |
| ----- | ----------------- |
| `int` | Die Mandanten-ID. |
