Count of Total New (Unread) Threads in a Conversation. It is calculated by inspecting all the threads in a conversation and counting the ones that are not read yet.
Namespace: DotNetNuke.Services.Social.Messaging.Internal.ViewsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public int NewThreadCount { get; set; } |
Visual Basic |
---|
Public Property NewThreadCount As Integer Get Set |