[This is preliminary documentation and is subject to change.]
Gets the editable Comment of the timesheet for a particular user.
Namespace:
OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string GetEditableComments( int userId, bool isDCAA ) |
Visual Basic (Declaration) |
---|
Public Function GetEditableComments ( _ userId As Integer, _ isDCAA As Boolean _ ) As String |
Visual C++ |
---|
public: String^ GetEditableComments( int userId, bool isDCAA ) |
Parameters
- userId
- Type: System..::.Int32
The unique id of the user.
- isDCAA
- Type: System..::.Boolean
True if DCAA tracking is set.