Search
Schedule.loadFromString Method
See Also
 






Decodes schedule data from a string previously created by saveToString.

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

 Syntax

Java  Copy Code

public void loadFromString (
    String content,
    ContentType contentType
)

 Parameters

content

A string that contains schedule data.

contentType

One of the ContentType constants.

 Remarks

This method loads from a string data previously saved by saveToString.

 See Also