Click or drag to resize

PropertyServiceInternalSaveUserSettingsBag Method

Saves a lazily loaded settings bag to the specified file.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void InternalSaveUserSettingsBag(
	PropertyBagLazyLoaded settings,
	FileName fileName
)

Parameters

settings  PropertyBagLazyLoaded
The settings to save.
fileName  FileName
The target file name.
See Also