Show / Hide Table of Contents

Class MessageBoxView

Inheritance
object
MessageBoxView
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 MessageBoxView

Constructors

MessageBoxView()

Declaration
public MessageBoxView()

Properties

Conversations

Declaration
public List<MessageConversationView> Conversations { get; set; }
Property Value
Type Description
List<MessageConversationView>

TotalConversations

Declaration
public int TotalConversations { get; set; }
Property Value
Type Description
int

TotalNewThreads

Declaration
public int TotalNewThreads { get; set; }
Property Value
Type Description
int

Extension Methods

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