Loads schedule data from an XML document.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public void LoadFromXml ( |
Visual Basic Copy Code |
---|
Public Sub LoadFromXml( _ |
An XDocument instance that allows reading data from the XML document.
Loads schedule items from an XML document previously created by SaveToXml. Any data contained in the schedule is discarded before the items stored in the reader are loaded.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |