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.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.