VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI.Panels Namespace / WebUiAnnotationCommentListPanelJS type / addCommentReply Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    addCommentReply Method
    In This Topic
    Adds reply to the annotation comment and displays a dialog that allows to edit the comment reply.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.Panels.WebUiAnnotationCommentListPanelJS(settings, stateButton);
    
    var value; // Type: any
    
    // Parameters
    var comment; // Type: object
    var userName; // Type: string
    
    value = instance.addCommentReply(comment, userName);
    
    
    function addCommentReply(
    comment
    An annotation comment (an instance of WebAnnotationCommentJS type) that should be replied.
    : object,
    userName
    The name of user, who added the reply.
    : string
    ) : any;

    Parameters

    comment
    An annotation comment (an instance of WebAnnotationCommentJS type) that should be replied.
    userName
    The name of user, who added the reply.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Remarks

    This function raises the "commentReplyAdded" event if comment reply is added.

    Browser Compatibility
    56+
    45+
    11
    See Also