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





Saves the schedule to a file.

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

 Syntax

C#  Copy Code

public void SaveTo (
    string fileName,
    ContentType contentType
)

Visual Basic  Copy Code

Public Sub SaveTo( _
    fileName As String, _
    contentType As ContentType _
)

 Parameters

fileName

The path of the file to save to.

contentType

Specifies whether to save the data in XML or JSON format.

 Remarks

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

 See Also

SaveTo Method Overload List
Schedule Members
Schedule Class
MindFusion.Scheduling Namespace