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

Returns a datatable consisting of all the field list values.

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

Syntax

C#
public DataSet GetFieldListValues(
	int projectId
)
Visual Basic (Declaration)
Public Function GetFieldListValues ( _
	projectId As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetFieldListValues(
	int projectId
)

Parameters

projectId
Type: System..::.Int32
The system generated unique identifier for the Project.

Return Value

DataSet consisting of field list values names.

See Also