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

Gets the non-editable Comments from 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 ArrayList GetNonEditableComments(
	int userId
)
Visual Basic (Declaration)
Public Function GetNonEditableComments ( _
	userId As Integer _
) As ArrayList
Visual C++
public:
ArrayList^ GetNonEditableComments(
	int userId
)

Parameters

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

Return Value

The non-editable Comments in the expense object.

See Also