Show / Hide Table of Contents

Class MessageThreadsView

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

Constructors

MessageThreadsView()

Declaration
public MessageThreadsView()

Properties

Conversations

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

TotalArchivedThreads

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

TotalNewThreads

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

TotalThreads

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

Extension Methods

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