Show / Hide Table of Contents

Class MessageThreadView

Inheritance
object
MessageThreadView
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Social.Messaging.Internal.Views
Assembly: DotNetNuke.dll
Syntax
public class MessageThreadView

Constructors

MessageThreadView()

Declaration
public MessageThreadView()

Properties

Attachments

Declaration
public IList<MessageFileView> Attachments { get; set; }
Property Value
Type Description
IList<MessageFileView>

Conversation

Declaration
public MessageConversationView Conversation { get; set; }
Property Value
Type Description
MessageConversationView

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS