Saves the schedule to an XML document.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Task SaveToXml ( |
Visual Basic
Copy Code
|
|---|
Public Function SaveToXml( _ |
An XDocument object that allows adding data to the XML document.
RemarksSaves the schedule data as tags in an XML document. Use LoadFromXml to restore the schedule data later.
See Also