Gets the format revision number of the file being loaded.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public int getFileVersion () |
An integer value identifying the schedule file format revision number.
RemarksThis revision number specifies the format of the schedule binary and XML files, but not of distinct item classes. If using custom item classes, specify their format revision number when registering them with the schedule via the Schedule.registerItemClass method.
See Also