SPSocialFeedManager.GetUnreadMentionCount method

Gets the count of unread mentions for the current user.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function GetUnreadMentionCount As Integer
'Usage
Dim instance As SPSocialFeedManager
Dim returnValue As Integer

returnValue = instance.GetUnreadMentionCount()
public int GetUnreadMentionCount()

Return value

Type: System.Int32
The count of unread mentions for the current user.

See also

Reference

SPSocialFeedManager class

SPSocialFeedManager members

Microsoft.Office.Server.Social namespace