Occurs after a user has closed a discussion on a document in Meridian Explorer.
Function AIMS_CloseComment (commentText As String, attachmentType As String, numberOfComments As Long)
Name |
Description |
---|---|
commentText |
The text of the comment. |
attachmentType |
The type of file attached to the comment. The possible values are: 0 – No attachment |
numberOfComments |
The total number of comments on the document. |
Function AIMS_CloseComment(commentText, attachmentType, numberOfComments) Document.Log "A comment was closed for " + Document.FileName + vbNewLine + "Text: " + commentText End Function
Related information