Saves the schedule to an XML document.
Since version 4.4, this method is considered obsolete. Instead, use the SaveToXml method.
Namespace: MindFusion.SchedulingAssembly: PocketPlanner
public void SaveTo ( XmlWriter writer, bool document)
Public Sub SaveTo ( _ writer As XmlWriter, _ document As Boolean _)
Saves the schedule data as tags in an XML document. Use LoadFrom to restore the schedule data later.
SaveTo Method Overload ListSchedule MembersSchedule ClassMindFusion.Scheduling NamespaceLoadFrom Method