MindFusion.Wpf Pack Programmer's Guide
Schedule.SaveTo Method (String)
See Also
 





Saves the schedule to a file.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public void SaveTo (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveTo( _
    fileName As String _
)

 Parameters

fileName

The path of the file to save to.

 Remarks

Saves the schedule data into a XML file. Use LoadFrom to restore the data later.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace
LoadFrom Method