[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.TEAssembly: 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.
