You are here: Appendix D: VBScript reference > The Meridian Enterprise events > AIMS_CloseComment event

AIMS_CloseComment event

Occurs after a user has closed a discussion on a document in Meridian Explorer.

Syntax
Function AIMS_CloseComment (commentText As String, attachmentType As String, numberOfComments As Long)
Parameters

Name

Description

commentText

The text of the comment.

attachmentType

The type of file attached to the comment.

The possible values are:

0 – No attachment

1 – Redline

2 – Image

numberOfComments

The total number of comments on the document.
Example
Function AIMS_CloseComment(commentText, attachmentType, numberOfComments)
    Document.Log "A comment was closed for " + Document.FileName + vbNewLine + "Text: " + commentText     
End Function

Related information

AIMS_Attach_Intialize event

AIMS_Attach_Before event

AIMS_Attach_After event

AIMS_AddComment event

AIMS_DeleteComment event

AIMS_UpdateComment event


www.bluecieloecm.com