[This is preliminary documentation and is subject to change.]
Deletes a particular case
Namespace:
OfficeClip.DBLayer.TrackerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void DeleteCase( int caseId, int currentUserId, bool isCurrentUserAdmin ) |
Visual Basic (Declaration) |
---|
Public Sub DeleteCase ( _ caseId As Integer, _ currentUserId As Integer, _ isCurrentUserAdmin As Boolean _ ) |
Visual C++ |
---|
public: void DeleteCase( int caseId, int currentUserId, bool isCurrentUserAdmin ) |
Parameters
- caseId
- Type: System..::.Int32
The unique id of the case
- currentUserId
- Type: System..::.Int32
The unique id of the current user
- isCurrentUserAdmin
- Type: System..::.Boolean
Is the current user an administrator