Freigeben über


SPSocialFeedManager.GetMentions-Methode

Ruft einen Feed von Threads, die den aktuellen Benutzer erwähnen.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function GetMentions ( _
    clearUnreadMentions As Boolean, _
    options As SPSocialFeedOptions _
) As SPSocialFeed
'Usage
Dim instance As SPSocialFeedManager
Dim clearUnreadMentions As Boolean
Dim options As SPSocialFeedOptions
Dim returnValue As SPSocialFeed

returnValue = instance.GetMentions(clearUnreadMentions, _
    options)
public SPSocialFeed GetMentions(
    bool clearUnreadMentions,
    SPSocialFeedOptions options
)

Parameter

  • clearUnreadMentions
    Typ: System.Boolean

    true des aktuellen Benutzers ungelesene erwähnt zählen, andernfalls falsedeaktivieren.

Rückgabewert

Typ: Microsoft.Office.Server.Social.SPSocialFeed
Die angeforderte Feed auf Grundlage der angegebenen Parameter.

Siehe auch

Referenz

SPSocialFeedManager Klasse

SPSocialFeedManager-Member

Microsoft.Office.Server.Social-Namespace