Search
DiagramView.LoadFromXml Method (String)
See Also
 





Loads the diagram from an XML file.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public void LoadFromXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    fileName As String _
)

 Parameters

fileName

The name of the XML file the data should be read from.

 Remarks

The method reads a diagram previously saved via the SaveToXml method.

 See Also