SocialFeedManager.GetUnreadMentionCount method

Gets the count of unread mentions for the current user.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Function GetUnreadMentionCount As ClientResult(Of Integer)
'Usage
Dim instance As SocialFeedManager
Dim returnValue As ClientResult(Of Integer)

returnValue = instance.GetUnreadMentionCount()
public ClientResult<int> GetUnreadMentionCount()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Int32>
The count of unread mentions for the current user.

See also

Reference

SocialFeedManager class

SocialFeedManager members

Microsoft.SharePoint.Client.Social namespace