| IDataManagerSave Method |
Saves all changes to LaunchBox or Big Box data to disk. Will only save XML files that were changed.
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax void Save(
bool wait = false
)
Sub Save (
Optional wait As Boolean = false
)
void Save(
bool wait = false
)
abstract Save :
?wait : bool
(* Defaults:
let _wait = defaultArg wait false
*)
-> unit
Parameters
- wait Boolean (Optional)
- A value specifying whether or not to wait for the operation to complete. If false is specified, then the save operation will be performed in the background and the method will immediately return.
See Also