Compartilhar via


SocialFeedManager.GetMentions método

Obtém um feed de segmentos que mencionem o usuário atual.

Namespace:  Microsoft.SharePoint.Client.Social
Assemblies:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)

Sintaxe

'Declaração
Public Function GetMentions ( _
    clearUnreadMentions As Boolean, _
    options As SocialFeedOptions _
) As ClientResult(Of SocialFeed)
'Uso
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
)

Parâmetros

  • clearUnreadMentions
    Tipo: System.Boolean

    true limpar contagem de não lido menção do usuário atual, caso contrário, false.

Valor retornado

Tipo: Microsoft.SharePoint.Client.ClientResult<SocialFeed>
O feed solicitado com base nos parâmetros especificados.

Ver também

Referência

SocialFeedManager classe

SocialFeedManager membros

Microsoft.SharePoint.Client.Social namespace