Click or drag to resize

IUserPreferencesManager Interface

A special type of configuration manager that allows users to set custom settings (like views, color schemes, etc)

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IUserPreferencesManager

The IUserPreferencesManager type exposes the following members.

Methods
 NameDescription
Public methodGetUserSettings Get the user settings for the forUser
Public methodSetUserSettings Set user settings for forUser
Top
Events
 NameDescription
Public eventUpdated Event fired when user preferences are updated
Top
See Also