Class MessageThreadsView
The MessageThreadsView class contains collection of MessageThreadView and other meta data.
Inheritance
System.Object
MessageThreadsView
Namespace: DotNetNuke.Services.Social.Messaging.Internal.Views
Assembly: DotNetNuke.dll
Syntax
public class MessageThreadsView : object
Properties
| Improve this Doc View SourceConversations
Gets or sets list of Conversations.
Declaration
public List<MessageThreadView> Conversations { get; set; }
Property Value
Type | Description |
---|---|
List<MessageThreadView> |
TotalArchivedThreads
Gets or sets total Number of Archived Threads.
Declaration
public int TotalArchivedThreads { 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 |
TotalThreads
Gets or sets total Number of Threads.
Declaration
public int TotalThreads { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |