KaxSchedulerRemoveAppointment Method |
Deletes the appointment or the recurrence series it is part of.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void RemoveAppointment(
Appointment appointmentToDelete,
bool deleteSeries
)
Public Sub RemoveAppointment (
appointmentToDelete As Appointment,
deleteSeries As Boolean
)
public:
void RemoveAppointment(
Appointment^ appointmentToDelete,
bool deleteSeries
)
member RemoveAppointment :
appointmentToDelete : Appointment *
deleteSeries : bool -> unit
Parameters
- appointmentToDelete
- Type: Kettic.AspNet.ControlsAppointment
The appointment to delete. - deleteSeries
- Type: SystemBoolean
if set to true delete complete recurrence series.
Remarks
When deleting an appointment that is part of recurrence series and deleteSeries is set to false
this method will update the master appointment to produce a recurrence exception.
See Also