Class MessageBoxView
The MessageBoxView contains the View of Inbox, Sent or Archived messages.
Inheritance
System.Object
MessageBoxView
Namespace: DotNetNuke.Services.Social.Messaging.Internal.Views
Assembly: DotNetNuke.dll
Syntax
public class MessageBoxView : object
Properties
| Improve this Doc View SourceConversations
Gets or sets list of Conversations.
Declaration
public List<MessageConversationView> Conversations { get; set; }
Property Value
Type | Description |
---|---|
List<MessageConversationView> |
TotalConversations
Gets or sets total Number of Coversations.
Declaration
public int TotalConversations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalNewThreads
Gets or sets total Number of New (Unread) Threads.
Declaration
public int TotalNewThreads { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |