Gets a feed of threads that mention the current user.
命名空间: Microsoft.SharePoint.Client.Social
程序集: Microsoft.SharePoint.Client.UserProfiles.Silverlight(位于 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中); Microsoft.SharePoint.Client.UserProfiles.Phone(位于 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中) Microsoft.SharePoint.Client.UserProfiles(位于 Microsoft.SharePoint.Client.UserProfiles.dll 中)
语法
声明
Public Function GetMentions ( _
clearUnreadMentions As Boolean, _
options As SocialFeedOptions _
) As ClientResult(Of SocialFeed)
用法
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
)
参数
clearUnreadMentions
类型:System.Booleantrue to clear the current user's unread mention count, otherwise false.
options
类型:Microsoft.SharePoint.Client.Social.SocialFeedOptionsFeed retrieval options such as date range and sort order.
返回值
类型:Microsoft.SharePoint.Client.ClientResult<SocialFeed>
The requested feed based on the specified parameters.