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





Loads schedule data from the specified file.

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

 Syntax

C#  Copy Code

public void LoadFrom (
    string fileName
)

Visual Basic  Copy Code

Public Sub LoadFrom( _
    fileName As String _
)

 Parameters

fileName

The name of the file from which to load the schedule.

 Remarks

This method loads the schedule data from a file where it was previously saved by a call to SaveTo. Any data contained in the schedule is discarded before the items stored in the file are loaded. This method also attempts to load a previously saved view state.

 See Also

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