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

Returns list columns dynamically obtained from 1. contacts based on category id and type id 2. issue tracker based on project id

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

Syntax

C#
public DataSet GetDynamicFields(
	string categoryStr,
	string typeStr,
	int projectId,
	int mid,
	int groupId
)
Visual Basic (Declaration)
Public Function GetDynamicFields ( _
	categoryStr As String, _
	typeStr As String, _
	projectId As Integer, _
	mid As Integer, _
	groupId As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetDynamicFields(
	String^ categoryStr, 
	String^ typeStr, 
	int projectId, 
	int mid, 
	int groupId
)

Parameters

categoryStr
Type: System..::.String
report category id
typeStr
Type: System..::.String
report type id
projectId
Type: System..::.Int32
issue tracker project id
mid
Type: System..::.Int32
groupId
Type: System..::.Int32
groupId (unique)

Return Value

Dataset, contains column information along with data type.

See Also