MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.SaveTo Method (String)
See Also
 





Saves the underlying schedule to the specified file.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 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. This method also attempts to save the current view state.

 See Also

SaveTo Method Overload List
Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace