[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.TE
Assembly:  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.

Return Value

DataSet consisting of all the timesheet task names which have not yet been exported to QuickBooks. This DataSet consists of a single DataTable containing a single column TaskName (System.String)

See Also