> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.RelationTarget

# <a id="SuperOffice_WebApi_Data_RelationTarget" /> Enum RelationTarget

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Target type of relation. (Contact, person or both)

```csharp theme={null}
public enum RelationTarget
```

## Fields

`Both = 3`

3: Both

`Contact = 1`

1: Contact

`None = 0`

0: None

`Person = 2`

2: Person
