[This is preliminary documentation and is subject to change.]
Deletes the archived cases from the project
Namespace:
OfficeClip.DBLayer.TrackerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void DeleteArchivedCases( int projectId, int numDays, int currentUserId, bool isCurrentUserAdmin ) |
Visual Basic (Declaration) |
---|
Public Sub DeleteArchivedCases ( _ projectId As Integer, _ numDays As Integer, _ currentUserId As Integer, _ isCurrentUserAdmin As Boolean _ ) |
Visual C++ |
---|
public: void DeleteArchivedCases( int projectId, int numDays, int currentUserId, bool isCurrentUserAdmin ) |
Parameters
- projectId
- Type: System..::.Int32
The unique id of the project
- numDays
- Type: System..::.Int32
The number of days for which the cases needs to be archived
- currentUserId
- Type: System..::.Int32
The unique id of the current user
- isCurrentUserAdmin
- Type: System..::.Boolean
Is the current user an administrator