Search
Schedule.LoadFromXml Method
See Also
 





Loads schedule data from an XML document.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void LoadFromXml (
    XmlDocument document
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    document As XmlDocument _
)

 Parameters

document
A .NET XmlDocument instance that allows reading data from the XML document.

 Remarks

Loads schedule data 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.

 See Also