Click or drag to resize

DefaultUserPreferenceManagerGetUserSettings Method

Get the user settings for the forUser

Namespace: SanteDB.Client.UserInterface.Impl
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IEnumerable<AppSettingKeyValuePair> GetUserSettings(
	string forUser
)

Parameters

forUser  String
The user identity to get the settings for

Return Value

IEnumerableAppSettingKeyValuePair
The dictionary of settings

Implements

IUserPreferencesManagerGetUserSettings(String)
See Also