Partager via


SocialFeedManager.GetMentions - Méthode

Obtient un flux de threads qui mentionnent 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 GetMentions ( _
    clearUnreadMentions As Boolean, _
    options As SocialFeedOptions _
) As ClientResult(Of SocialFeed)
'Utilisation
Dim instance As SocialFeedManager
Dim clearUnreadMentions As Boolean
Dim options As SocialFeedOptions
Dim returnValue As ClientResult(Of SocialFeed)

returnValue = instance.GetMentions(clearUnreadMentions, _
    options)
public ClientResult<SocialFeed> GetMentions(
    bool clearUnreadMentions,
    SocialFeedOptions options
)

Paramètres

  • clearUnreadMentions
    Type : System.Boolean

    true pour effacer le décompte de mention non lu de l'utilisateur actuel, sinon false.

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<SocialFeed>
Le flux demandé selon les paramètres spécifiés.

Voir aussi

Référence

SocialFeedManager classe

SocialFeedManager - Membres

Microsoft.SharePoint.Client.Social - Espace de noms