[This is preliminary documentation and is subject to change.]
Deletes the reminder details, if there are no reminder details,
then it deletes the reminder record too
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void DelReminderDetails( int reminderId, int reminderDetailId ) |
Visual Basic (Declaration) |
---|
Public Sub DelReminderDetails ( _ reminderId As Integer, _ reminderDetailId As Integer _ ) |
Visual C++ |
---|
public: void DelReminderDetails( int reminderId, int reminderDetailId ) |
Parameters
- reminderId
- Type: System..::.Int32
Id of the reminder.
- reminderDetailId
- Type: System..::.Int32
Detail Id corresponding to the id of the reminder.