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

Gets the tracker status matrix for extranet users

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

Syntax

C#
public DataSet GetTrackerExternalStatus(
	int userId,
	int projectId,
	string emailAddress
)
Visual Basic (Declaration)
Public Function GetTrackerExternalStatus ( _
	userId As Integer, _
	projectId As Integer, _
	emailAddress As String _
) As DataSet
Visual C++
public:
DataSet^ GetTrackerExternalStatus(
	int userId, 
	int projectId, 
	String^ emailAddress
)

Parameters

userId
Type: System..::.Int32
The id of the user
projectId
Type: System..::.Int32
The id of the project
emailAddress
Type: System..::.String
The external email address of the tracker case

Return Value

The dataset for all the cases of the project that has the particular external email address

See Also