> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.RecurrenceUpdateMode

# <a id="SuperOffice_WebApi_Data_RecurrenceUpdateMode" /> Enum RecurrenceUpdateMode

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

Appointment recurrence change mode: only this, this and forward, stop

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

## Fields

`OnlyThis = 1`

1: Update only this instance

`StopRecurrence = 9`

9: Stop the recurrence from this instance and forward in time

`ThisAndForward = 2`

2: Update this instance and all instances forward in time

`Unknown = 0`

0: 0: Unknown/undecided type


## Related topics

- [SuperOffice.WebApi.Data.Appointment UpdateAppointmentWithModeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_UpdateAppointmentWithModeRequest.md)
- [SuperOffice.WebApi.Data.Appointment UpdateAppointmentWithModeAndEmailRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_UpdateAppointmentWithModeAndEmailRequest.md)
- [SuperOffice.WebApi.Data.Appointment CleanUpBookingDeletedWithUpdateModeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_CleanUpBookingDeletedWithUpdateModeRequest.md)
- [SuperOffice.WebApi.Data.AppointmentMoveData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentMoveData.md)
- [SuperOffice.WebApi.Data.Appointment DeleteRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_DeleteRequest.md)
- [SuperOffice.WebApi.Data.Appointment MoveRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_MoveRequest.md)
