Search
Diagram.SaveToJsonAsync Method (String)
See Also
 





Saves the diagram into a JSON file.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Task SaveToJsonAsync (
    string fileName
)

Visual Basic  Copy Code

Public Function SaveToJsonAsync( _
    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