[This is preliminary documentation and is subject to change.]
Deletes the tasks from the database
Namespace:
OfficeClip.DBLayer.ServiceAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public OCMap[] DeleteDb( DBConstants..::.ProcessWhichEvent pwe, OCPrivateEvents ocge, int userId, bool isAdmin ) |
Visual Basic (Declaration) |
---|
Public Function DeleteDb ( _ pwe As DBConstants..::.ProcessWhichEvent, _ ocge As OCPrivateEvents, _ userId As Integer, _ isAdmin As Boolean _ ) As OCMap() |
Visual C++ |
---|
public: array<OCMap^>^ DeleteDb( DBConstants..::.ProcessWhichEvent pwe, OCPrivateEvents^ ocge, int userId, bool isAdmin ) |
Parameters
- pwe
- Type: OfficeClip.DBLayer..::.DBConstants..::.ProcessWhichEvent
Shows which tasks in recurring tasks needs to be processed
- ocge
- Type: OfficeClip.BusinessLayer.Service..::.OCPrivateEvents
The OfficeClip private event object
- userId
- Type: System..::.Int32
The unique id of the user
- isAdmin
- Type: System..::.Boolean
Is the user an administrator