[This is preliminary documentation and is subject to change.]

Deletes the all cases from the project

Namespace:  OfficeClip.DBLayer.Tracker
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void DeleteAllCases(
	int projectId,
	int numDays,
	int currentUserId,
	bool isCurrentUserAdmin
)
Visual Basic (Declaration)
Public Sub DeleteAllCases ( _
	projectId As Integer, _
	numDays As Integer, _
	currentUserId As Integer, _
	isCurrentUserAdmin As Boolean _
)
Visual C++
public:
void DeleteAllCases(
	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 last modified
currentUserId
Type: System..::.Int32
The unique id of the current user
isCurrentUserAdmin
Type: System..::.Boolean
Is the current user an administrator

See Also