Search
TabbedDiagramView.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 new static TabbedDiagramView FromJson (
    string id,
    string json
)

Visual Basic  Copy Code

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

 Parameters

id

The Id of the TabbedDiagramView

json

The JSON string

 Return Value

 See Also