Search
Diagram.SaveToXml Method (XDocument, Boolean)
See Also
 






Saves the diagram into an XML document.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual Task SaveToXml (
    XDocument document,
    bool includeUnalteredProperties
)

Visual Basic  Copy Code

Public Overridable Function SaveToXml( _
    document As XDocument, _
    includeUnalteredProperties As Boolean _
) As Task

 Parameters

document

A XDocument object where the diagram should be saved.

includeUnalteredProperties

true if properties that have their default value should be saved; otherwise, false.

 Return Value

 See Also