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

Bulk archives the cases so that they are not shown to the user. This is called from UpdateOptions.

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

Syntax

C#
public void BulkArchive(
	int projectId,
	int StatusId,
	int numDays
)
Visual Basic (Declaration)
Public Sub BulkArchive ( _
	projectId As Integer, _
	StatusId As Integer, _
	numDays As Integer _
)
Visual C++
public:
void BulkArchive(
	int projectId, 
	int StatusId, 
	int numDays
)

Parameters

projectId
Type: System..::.Int32
The database id of the Project.
StatusId
Type: System..::.Int32
The id of the status for which cases will be archived.
numDays
Type: System..::.Int32
The number of days required to Archive the Project.

See Also