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.Booleantrue des aktuellen Benutzers ungelesene erwähnt zählen, andernfalls falsedeaktivieren.
options
Typ: Microsoft.Office.Server.Social.SPSocialFeedOptionsFeed Retrieval-Optionen, wie z. B. Date Range und der angegebenen Sortierreihenfolge.
Rückgabewert
Typ: Microsoft.Office.Server.Social.SPSocialFeed
Die angeforderte Feed auf Grundlage der angegebenen Parameter.