VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI.Panels Namespace / WebUiAnnotationCommentListPanelJS type / get_MaxNestedReplyCount Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxNestedReplyCount Method
    In This Topic
    Gets the maximum allowable count of nested replies.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.Panels.WebUiAnnotationCommentListPanelJS(settings, stateButton);
    
    var value; // Type: number
    value = instance.get_MaxNestedReplyCount();
    
    
    function get_MaxNestedReplyCount() : number;
    

    Return Value

    The maximum allowable count of nested replies. Default value is 10.
    Browser Compatibility
    56+
    45+
    11
    See Also