Click or drag to resize

PropertyServiceInternalLoadUserSettingsBag Method

Loads a lazily deserialized settings bag from 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 PropertyBagLazyLoaded InternalLoadUserSettingsBag(
	FileName fileName
)

Parameters

fileName  FileName
The settings file to load.

Return Value

PropertyBagLazyLoaded
The loaded settings bag, or an empty one if loading failed.
See Also