Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IIssue Interface / AddNote Method
The note category (denotes system vs. user notes)
The text note of unlimited length. Plain text is recommended.
Optional. The user name of the user to credit the message to

AddNote Method (IIssue)
Add a new note to this issue
Syntax
'Declaration
 
Function AddNote( _
   ByVal category As IssueNoteCategory, _
   ByVal note As String, _
   Optional ByVal userName As String _
) As IIssueNote
 

Parameters

category
The note category (denotes system vs. user notes)
note
The text note of unlimited length. Plain text is recommended.
userName
Optional. The user name of the user to credit the message to

Return Value

The new note that has been added
Remarks
If adding a system note no user name need be provided (and any specified will be ignored).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also