[This is preliminary documentation and is subject to change.]
Gets a list of all the timesheet task names corresponding to a particular group
which have net yet been exported to QuickBooks.
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public DataSet GetUnexportedTimesheetTaskNames( int groupId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetUnexportedTimesheetTaskNames ( _ groupId As Integer _ ) As DataSet |
| Visual C++ |
|---|
public: DataSet^ GetUnexportedTimesheetTaskNames( int groupId ) |
Parameters
- groupId
- Type: System..::.Int32
Id of a particular group.
