Search
DiagramDocument.LoadFromJsonAsync Method (String)
See Also
 





Loads the diagram document from a JSON file.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Task LoadFromJsonAsync (
    string fileName
)

Visual Basic  Copy Code

Public Function LoadFromJsonAsync( _
    fileName As String _
) As Task

 Parameters

fileName

A string specifying the file name or full path.

 Return Value

A Task that represents the asynchronous operation.

 See Also