Saves the diagram into an XML file.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Task SaveToXmlAsync ( |
Visual Basic
Copy Code
|
|---|
Public Function SaveToXmlAsync( _ |
The path and name of the disk file where the diagram should be saved.
A Task that represents the asynchronous operation.
See Also