Count of Total Attachments in a Conversation. It is calculated by adding attachments in all the threads for a given conversation.

Namespace: DotNetNuke.Services.Social.Messaging.Internal.Views
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

See Also