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

Inserts all the Comments related to a particular timesheet into the database.

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

Syntax

C#
public int InsertTimesheetCommentInfo(
	TimesheetCommentInfo tci,
	int currentUserId
)
Visual Basic (Declaration)
Public Function InsertTimesheetCommentInfo ( _
	tci As TimesheetCommentInfo, _
	currentUserId As Integer _
) As Integer
Visual C++
public:
int InsertTimesheetCommentInfo(
	TimesheetCommentInfo^ tci, 
	int currentUserId
)

Parameters

tci
Type: OfficeClip.BusinessLayer.TE..::.TimesheetCommentInfo
Instance of the TimesheetCommentInfo object containing the Comment information related to a particular timesheet.
currentUserId
Type: System..::.Int32
The unique id of the current user

Return Value

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

See Also