[This is preliminary documentation and is subject to change.]

Deletes all the reminders corresponding to a particular application.

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int DelReminderFromApplications(
	Constants..::.ApplicationType applicationId,
	int id
)
Visual Basic (Declaration)
Public Function DelReminderFromApplications ( _
	applicationId As Constants..::.ApplicationType, _
	id As Integer _
) As Integer
Visual C++
public:
int DelReminderFromApplications(
	Constants..::.ApplicationType applicationId, 
	int id
)

Parameters

applicationId
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ApplicationType
Id of the application corresponding to which the reminder has to be deleted.
id
Type: System..::.Int32
Id of the object in that particular application associated with which the reminder was created.

Return Value

0 if successful, -1 in case of an error.

See Also