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

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

Syntax

C#
public void UpdateArchiveIssues(
	int caseId,
	bool archive
)
Visual Basic (Declaration)
Public Sub UpdateArchiveIssues ( _
	caseId As Integer, _
	archive As Boolean _
)
Visual C++
public:
void UpdateArchiveIssues(
	int caseId, 
	bool archive
)

Parameters

caseId
Type: System..::.Int32
archive
Type: System..::.Boolean

See Also