Click or drag to resize

FndStorageDeserialize Method (String)

Deserialize SettingsDictionary from file.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static SettingsDictionary Deserialize(
	string filename
)

Parameters

filename
Type: SystemString
The name of the file to deserialize.

Return Value

Type: SettingsDictionary
A FndLocalUserSettingsProvider.SettingsDictionary with all local user settings.
See Also