[This is preliminary documentation and is subject to change.]
Deletes a reservation corresponding to an event in the calendar application.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int DeleteCalendarReservation( int eventId ) |
Visual Basic (Declaration) |
---|
Public Function DeleteCalendarReservation ( _ eventId As Integer _ ) As Integer |
Visual C++ |
---|
public: int DeleteCalendarReservation( int eventId ) |
Parameters
- eventId
- Type: System..::.Int32
Id of the event corresponding to which the reservation has to be removed.