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

Checks if the tracker case is present

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

Syntax

C#
public bool IsTrackerCasePresent(
	int caseId
)
Visual Basic (Declaration)
Public Function IsTrackerCasePresent ( _
	caseId As Integer _
) As Boolean
Visual C++
public:
bool IsTrackerCasePresent(
	int caseId
)

Parameters

caseId
Type: System..::.Int32

Return Value

See Also