[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 OCServiceReturnStatus DeleteDb( DBConstants..::.ProcessWhichEvent pwe, OCTasks octs, int userId, int groupId, bool isAdmin ) |
Visual Basic (Declaration) |
---|
Public Function DeleteDb ( _ pwe As DBConstants..::.ProcessWhichEvent, _ octs As OCTasks, _ userId As Integer, _ groupId As Integer, _ isAdmin As Boolean _ ) As OCServiceReturnStatus |
Visual C++ |
---|
public: OCServiceReturnStatus DeleteDb( DBConstants..::.ProcessWhichEvent pwe, OCTasks^ octs, int userId, int groupId, bool isAdmin ) |
Parameters
- pwe
- Type: OfficeClip.DBLayer..::.DBConstants..::.ProcessWhichEvent
Shows which tasks in recurring tasks needs to be processed
- octs
- Type: OfficeClip.BusinessLayer.Service..::.OCTasks
The service tasks object
- userId
- Type: System..::.Int32
The unique id of the current user
- groupId
- Type: System..::.Int32
The unique id of the organization
- isAdmin
- Type: System..::.Boolean
Is the current user an administrator