Search
DiagramView.SetMaxJsonLength Method
See Also
 





Sets the maximum length of JSON strings that are accepted by internal JavaScriptSerializer instances.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramView SetMaxJsonLength (
    int value
)

Visual Basic  Copy Code

Public Function SetMaxJsonLength( _
    value As Integer _
) As DiagramView

 Parameters

value

 Return Value

 See Also