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

Gets the tracker case information consisting of all the field values.

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

Syntax

C#
public TrackerCaseInfo GetFieldValues(
	int caseId,
	bool isSessionAvailable
)
Visual Basic (Declaration)
Public Function GetFieldValues ( _
	caseId As Integer, _
	isSessionAvailable As Boolean _
) As TrackerCaseInfo
Visual C++
public:
TrackerCaseInfo^ GetFieldValues(
	int caseId, 
	bool isSessionAvailable
)

Parameters

caseId
Type: System..::.Int32
The unique id of the case.
isSessionAvailable
Type: System..::.Boolean
Shows if the user session is available.

Return Value

TrackerCaseInfo or null if the case information is not found in the database.

See Also