Enum RecurrenceUpdateMode
Appointment recurrence change mode: only this, this and forward, stop
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum RecurrenceUpdateMode
Fields
| Name | Description |
|---|---|
| OnlyThis | 1: Update only this instance |
| StopRecurrence | 9: Stop the recurrence from this instance and forward in time |
| ThisAndForward | 2: Update this instance and all instances forward in time |
| Unknown | 0: 0: Unknown/undecided type |