Class UserPreference
Represents the Messaging User Preference.
Inheritance
System.Object
UserPreference
Namespace: DotNetNuke.Services.Social.Messaging
Assembly: DotNetNuke.dll
Syntax
public class UserPreference : object
Properties
| Improve this Doc View SourceMessagesEmailFrequency
Gets or sets the Email Delivery Frequency used for Messages.
Declaration
public Frequency MessagesEmailFrequency { get; set; }
Property Value
Type | Description |
---|---|
Frequency |
NotificationsEmailFrequency
Gets or sets the Email Delivery Frequency used for Notifications.
Declaration
public Frequency NotificationsEmailFrequency { get; set; }
Property Value
Type | Description |
---|---|
Frequency |
PortalId
Gets or sets portal where the preference are applied.
Declaration
public int PortalId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserId
Gets or sets user Identifier.
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |