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

Gets the editable Comments for the expense object for a particular user.

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

Syntax

C#
public string GetEditableComments(
	int userId
)
Visual Basic (Declaration)
Public Function GetEditableComments ( _
	userId As Integer _
) As String
Visual C++
public:
String^ GetEditableComments(
	int userId
)

Parameters

userId
Type: System..::.Int32
The unique id of the user.

Return Value

The Comment string for the expense object.

See Also