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

Deletes all the reminders for all the group members (except for user's reminder) created for a specific application.

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

Syntax

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

Parameters

userId
Type: System..::.Int32
Id of the user whose group members reminder should be deleted but not this user's.
applicationId
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ApplicationType
Id of the application for which the reminder has to be created.
id
Type: System..::.Int32
Id of the object belonging to the application.

Return Value

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

See Also