Loads schedule data from an XML document.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public void LoadFromXml ( |
Visual Basic
Copy Code
|
|---|
Public Sub LoadFromXml( _ |
An XmlDocument instance that allows reading data from the XML document.
RemarksLoads schedule items from an XML document previously created by SaveTo. Any data contained in the schedule is discarded before the items stored in the reader are loaded.
See Also