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 (
    XDocument document
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    document As XDocument _
)

 Parameters

document

An XDocument instance that allows reading data from the XML document.

 Remarks

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.

 See Also