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

Rejects the RSVP for a particular user for a particular event.

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

Syntax

C#
public int RejectRsvp(
	int userId,
	int eventId
)
Visual Basic (Declaration)
Public Function RejectRsvp ( _
	userId As Integer, _
	eventId As Integer _
) As Integer
Visual C++
public:
int RejectRsvp(
	int userId, 
	int eventId
)

Parameters

userId
Type: System..::.Int32
The unique id of the user.
eventId
Type: System..::.Int32
Id of the event for which the user wants to set the RSVP status.

Return Value

0 if successful, -1 in case of an error

See Also