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.Views
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public int NewThreadCount { get; set; }
Visual Basic
Public Property NewThreadCount As Integer
	Get
	Set

See Also