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

Gets a list of all the Projects from the database

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

Syntax

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

Parameters

groupId
Type: System..::.Int32
The unique Id of the group for which the Project list is required

Return Value

The resultset has the following columns
  1. pidThe Project id
  2. pNameThe Project name
  3. pCountThe Project count
  4. pLastDateThe Project's Last modified date

See Also