MindFusion.Wpf Pack Programmer's Guide
Schedule.SaveToXml Method (XDocument)
See Also
 





Saves the schedule to an XML document.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public void SaveToXml (
    XDocument document
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    document As XDocument _
)

 Parameters

document
An XDocument object that allows adding data to the XML document.

 Remarks

Saves the schedule data as tags in an XML document. Use LoadFromXml to restore the schedule data later.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace
LoadFromXml Method