Search
Schedule.SaveToXml Method
See Also
 






Saves the schedule to an XML document.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Task SaveToXml (
    XDocument document
)

Visual Basic  Copy Code

Public Function SaveToXml( _
    document As XDocument _
) As Task

 Parameters

document

An XDocument object that allows adding data to the XML document.

 Return Value

 Remarks

Saves the schedule data as tags in an XML document. Use LoadFromXml to restore the schedule data later.

 See Also