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

Removes the user availability.

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

Syntax

C#
public void DeleteUserAvailability(
	int eventId,
	int userId
)
Visual Basic (Declaration)
Public Sub DeleteUserAvailability ( _
	eventId As Integer, _
	userId As Integer _
)
Visual C++
public:
void DeleteUserAvailability(
	int eventId, 
	int userId
)

Parameters

eventId
Type: System..::.Int32
The unique id of the event.
userId
Type: System..::.Int32
The unique id of the user

See Also