[This is preliminary documentation and is subject to change.]
Get list of notes for specified group, user, and case ID
Namespace:
OfficeClip.DBLayer.ExtranetAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public NoteDetailsCollection GetExtranetCaseNotes( int groupId, int userId, int caseId ) |
Visual Basic (Declaration) |
---|
Public Function GetExtranetCaseNotes ( _ groupId As Integer, _ userId As Integer, _ caseId As Integer _ ) As NoteDetailsCollection |
Visual C++ |
---|
public: NoteDetailsCollection^ GetExtranetCaseNotes( int groupId, int userId, int caseId ) |
Parameters
- groupId
- Type: System..::.Int32
The unique id of the group
- userId
- Type: System..::.Int32
The unique id of the user
- caseId
- Type: System..::.Int32