Class MessageThreadsView
  
  
  
    Inheritance
    
    MessageThreadsView
   
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public class MessageThreadsView
   
  Constructors
  
  MessageThreadsView()
  
  
  Declaration
  
    public MessageThreadsView()
   
  Properties
  
  Conversations
  
  
  Declaration
  
    public List<MessageThreadView> Conversations { get; set; }
   
  Property Value
  
  
  TotalArchivedThreads
  
  
  Declaration
  
    public int TotalArchivedThreads { get; set; }
   
  Property Value
  
  
  TotalNewThreads
  
  
  Declaration
  
    public int TotalNewThreads { get; set; }
   
  Property Value
  
  
  TotalThreads
  
  
  Declaration
  
    public int TotalThreads { get; set; }
   
  Property Value
  
  Extension Methods