Loads the specified JSON data.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public void LoadFromJson ( |
Visual Basic
Copy Code
|
|---|
Public Sub LoadFromJson( _ |
The JSON string
true to remove all diagram items before loading, or false otherwise.
See Also