ASP.NET Pack Programmer's Guide
Schedule.SaveToXml Method
See Also
 





Saves the schedule to an XML document.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void SaveToXml (
    XmlDocument document
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    document As XmlDocument _
)

 Parameters

document
Type: XmlDocument
An instance of the System.Xml.XmlDocument class that contains the data.

 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