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

Gets a list of all Active tasks corresponding to a particular group.

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

Syntax

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

Parameters

groupId
Type: System..::.Int32
The unique Id of the group

Return Value

ArrayList of the TimesheetTaskInfo objects corresponding to each task that belongs to a particular group.

See Also