SocialFeedManager.GetUnreadMentionCount - Méthode
Affiche le nombre de mentions non lues pour l’utilisateur actuel.
Espace de noms : Microsoft.SharePoint.Client.Social
Assemblys : Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)
Syntaxe
'Déclaration
Public Function GetUnreadMentionCount As ClientResult(Of Integer)
'Utilisation
Dim instance As SocialFeedManager
Dim returnValue As ClientResult(Of Integer)
returnValue = instance.GetUnreadMentionCount()
public ClientResult<int> GetUnreadMentionCount()
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<Int32>
Nombre de mentions non lues pour l’utilisateur actuel.