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

Get the case list information for the knowledge base

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

Syntax

C#
public DataSet GetCaseListInfoKB(
	int projectId,
	ArrayList searchAL,
	string searchStr,
	bool showAll
)
Visual Basic (Declaration)
Public Function GetCaseListInfoKB ( _
	projectId As Integer, _
	searchAL As ArrayList, _
	searchStr As String, _
	showAll As Boolean _
) As DataSet
Visual C++
public:
DataSet^ GetCaseListInfoKB(
	int projectId, 
	ArrayList^ searchAL, 
	String^ searchStr, 
	bool showAll
)

Parameters

projectId
Type: System..::.Int32
The system generated unque id of the project
searchAL
Type: System.Collections..::.ArrayList
The arraylist of the search parameters
searchStr
Type: System..::.String
The string to be searched
showAll
Type: System..::.Boolean
Shows if all cases should be shown

Return Value

The dataset corresponding to the case list

See Also