PropertyServiceInternalSaveUserSettingsBag Method |
Saves a lazily loaded settings bag to the specified file.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual void InternalSaveUserSettingsBag(
PropertyBagLazyLoaded settings,
FileName fileName
)
Parameters
- settings PropertyBagLazyLoaded
- The settings to save.
- fileName FileName
- The target file name.
See Also