Interface IUserPreferencesController
This class is responsible to manage the Messaging User Preference.
Namespace: DotNetNuke.Services.Social.Messaging
Assembly: DotNetNuke.dll
Syntax
public interface IUserPreferencesController
Methods
| Improve this Doc View SourceGetUserPreference(UserInfo)
Get the User Messaging Preference.
Declaration
UserPreference GetUserPreference(UserInfo userinfo)
Parameters
Type | Name | Description |
---|---|---|
UserInfo | userinfo | User info. |
Returns
Type | Description |
---|---|
UserPreference | User Messaging Preference. |
SetUserPreference(UserPreference)
Set the User Messaging Preference.
Declaration
void SetUserPreference(UserPreference userPreference)
Parameters
Type | Name | Description |
---|---|---|
UserPreference | userPreference | User Preference. |