Search
Schedule.loadFromXml Method (String)
See Also
 






Loads the contents of the XML schedule document.

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

 Syntax

Java  Copy Code

public void loadFromXml (
    String filePath
)

 Parameters

filePath

Path and name of the XML file the data should be read from.

 See Also