Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.