Saves the underlying schedule to the specified file.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Task SaveTo ( |
Visual Basic
Copy Code
|
|---|
Public Function SaveTo( _ |
The stream to save to.
RemarksThis method saves the schedule data to the specified binary or XML file. The data can be subsequently restored by a call to the LoadFrom method. This method also attempts to save the current view state such as the item position within a List view whose FreeDrag property is enabled.
See Also