Class MessageThreadView
The MessageThreadView class contains MessageConversationView and collection of MessageAttachmentView.
Inheritance
System.Object
MessageThreadView
Namespace: DotNetNuke.Services.Social.Messaging.Internal.Views
Assembly: DotNetNuke.dll
Syntax
public class MessageThreadView : object
Properties
| Improve this Doc View SourceAttachments
Gets or sets list of attachments.
Declaration
public IList<MessageFileView> Attachments { get; set; }
Property Value
Type | Description |
---|---|
IList<MessageFileView> |
Conversation
Gets or sets messageItemView containing consolidated information about the message.
Declaration
public MessageConversationView Conversation { get; set; }
Property Value
Type | Description |
---|---|
MessageConversationView |