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

Gets the non-editable Comment of the timesheet for a particular user.

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

Syntax

C#
public ArrayList GetNonEditableComments(
	int userId,
	bool isDCAA
)
Visual Basic (Declaration)
Public Function GetNonEditableComments ( _
	userId As Integer, _
	isDCAA As Boolean _
) As ArrayList
Visual C++
public:
ArrayList^ GetNonEditableComments(
	int userId, 
	bool isDCAA
)

Parameters

userId
Type: System..::.Int32
The unique id of the user.
isDCAA
Type: System..::.Boolean
True if DCAA tracking is set.

Return Value

The non-editable Comment of the timesheet.

See Also