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

    Parameters

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