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

# <a id="SuperOffice_WebApi_Data_RecurrenceEndType" /> Enum RecurrenceEndType

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

Enumerator describing how the series of recurring activities are terminated.

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

## Fields

`Counter = 2`

2: The end of the recurrence is described with a number of recurring activities.

`EndDate = 1`

1: The end of the recurrence is described by an end date.

`Unknown = 0`

0: 0: Unknown/undecided type
