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

Inserts all the information related to a task.

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

Syntax

C#
public int insertTimesheetTaskInfo(
	TimesheetTaskInfo ttsi
)
Visual Basic (Declaration)
Public Function insertTimesheetTaskInfo ( _
	ttsi As TimesheetTaskInfo _
) As Integer
Visual C++
public:
int insertTimesheetTaskInfo(
	TimesheetTaskInfo^ ttsi
)

Parameters

ttsi
Type: OfficeClip.BusinessLayer.TE..::.TimesheetTaskInfo
Instance of the TimesheetTaskInfo object containing all the information related to the timesheet tasks. TimesheetTaskInfo

Return Value

taskId when successful, -1 in case of an error.

See Also