[This is preliminary documentation and is subject to change.]
Updates an expense Comment defined inside an expense.
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int UpdateExpenseCommentInfo( ExpenseCommentInfo eci ) |
Visual Basic (Declaration) |
---|
Public Function UpdateExpenseCommentInfo ( _ eci As ExpenseCommentInfo _ ) As Integer |
Visual C++ |
---|
public: int UpdateExpenseCommentInfo( ExpenseCommentInfo^ eci ) |
Parameters
- eci
- Type: OfficeClip.BusinessLayer.TE..::.ExpenseCommentInfo
Instance of the ExpenseCommentInfo object containing the Comment information. ExpenseCommentInfo