Search
Schedule.loadFrom Method
See Also
 






Loads schedule data from a file.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void loadFrom (
    String fileName,
    ContentType contentType
)

 Parameters

fileName

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

contentType

One of the ContentType constants.

 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.

 See Also