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

Provides an ArrayList of PropertyInfo for a tracker case.

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

Syntax

C#
public ArrayList GetCaseDetails(
	int projectId,
	TrackerCaseInfo tci
)
Visual Basic (Declaration)
Public Function GetCaseDetails ( _
	projectId As Integer, _
	tci As TrackerCaseInfo _
) As ArrayList
Visual C++
public:
ArrayList^ GetCaseDetails(
	int projectId, 
	TrackerCaseInfo^ tci
)

Parameters

projectId
Type: System..::.Int32
The system generated unique identifier for the Project.
tci
Type: OfficeClip.BusinessLayer.Tracker..::.TrackerCaseInfo
The tracker case infomration object to Store information regarding a particular case.

Return Value

The list of PropertyInfo for the tracker case.

See Also