[This is preliminary documentation and is subject to change.]
Gets a set of timesheet tasks corresponding to a particular group.
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public ArrayList GetTimesheetTasksByGroupId( int groupId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetTimesheetTasksByGroupId ( _ groupId As Integer _ ) As ArrayList |
| Visual C++ |
|---|
public: ArrayList^ GetTimesheetTasksByGroupId( int groupId ) |
Parameters
- groupId
- Type: System..::.Int32
The unique id for the group.
