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

Gets the timesheet task information corresponding to the Active timesheet tasks corresponding to a particular group.

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

Syntax

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

Parameters

groupId
Type: System..::.Int32
The unique id for the group.

Return Value

Instance of the TimesheetTaskInfo object containing all the information related to the Active timesheet tasks. TimesheetTaskInfo

See Also