Search
DiagramView.FromJson Method (String, String)
See Also
 





Creates a Diagram object from JSON.

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

 Syntax

C#  Copy Code

public static DiagramView FromJson (
    string id,
    string json
)

Visual Basic  Copy Code

Public Shared Function FromJson( _
    id As String, _
    json As String _
) As DiagramView

 Parameters

id

The Id of the DiagramView

json

The JSON string

 Return Value

 See Also