Interface IUserPreferencesController
Namespace: DotNetNuke.Services.Social.Messaging
Assembly: DotNetNuke.dll
Syntax
public interface IUserPreferencesController
Methods
GetUserPreference(UserInfo)
Declaration
UserPreference GetUserPreference(UserInfo userinfo)
Parameters
Type | Name | Description |
---|---|---|
UserInfo | userinfo |
Returns
Type | Description |
---|---|
UserPreference |
SetUserPreference(UserPreference)
Declaration
void SetUserPreference(UserPreference userPreference)
Parameters
Type | Name | Description |
---|---|---|
UserPreference | userPreference |