VintaSoft Imaging .NET SDK 15.1: 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);

Parameters

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