WmTaskClient.
Document
type
representing
a comment in a task.
Parameters
attachments
|
TaskAttachment[] An array of attachments to be
enclosed inside the comment.
|
id
|
String
Unique ID of the comment.
|
displayText
|
String
Displayable representation of the text associated with the comment. If the text
is not HTML, this returns the HTML formatted representation of plain text.
|
text
|
String
Text associated with the comment.
|
timeStamp
|
Date
The date and time of last modification of the comment.
|
userDisplayName
|
String
Displayable representation of the name of user associated with the comment.
|
userID
|
String
User name of the user associated with the comment.
|
|