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

Gets all the Comments corresponding to a particular expense identified by ExpenseId.

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

Syntax

C#
public ArrayList GetExpenseInfoComments(
	int expenseId
)
Visual Basic (Declaration)
Public Function GetExpenseInfoComments ( _
	expenseId As Integer _
) As ArrayList
Visual C++
public:
ArrayList^ GetExpenseInfoComments(
	int expenseId
)

Parameters

expenseId
Type: System..::.Int32
Id of a paricular expense.

Return Value

ArrayList of ExpenseCommentInfo object containing all the Comment information related to the Comments of a paricular expense.

See Also