[This is preliminary documentation and is subject to change.]
Removes the user availability.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: 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
