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

Gets the tracker data and converts it into the metadata

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

Syntax

C#
public DataSet GetTrackerData(
	int projectId,
	int filterId,
	string[] fields,
	int currentUserId,
	int currentGroupId
)
Visual Basic (Declaration)
Public Function GetTrackerData ( _
	projectId As Integer, _
	filterId As Integer, _
	fields As String(), _
	currentUserId As Integer, _
	currentGroupId As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetTrackerData(
	int projectId, 
	int filterId, 
	array<String^>^ fields, 
	int currentUserId, 
	int currentGroupId
)

Parameters

projectId
Type: System..::.Int32
The unique if of the project
filterId
Type: System..::.Int32
The unique id of the filter
fields
Type: array<System..::.String>[]()[]
The array of field ids that should be shown in the output
currentUserId
Type: System..::.Int32
The id of the current user
currentGroupId
Type: System..::.Int32
The id of the current group

Return Value

The metadata for the tracker

See Also