SocialFeedManager.GetMentions 方法

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.Boolean

    true to clear the current user's unread mention count, otherwise false.

返回值

类型:Microsoft.SharePoint.Client.ClientResult<SocialFeed>
The requested feed based on the specified parameters.

另请参阅

引用

SocialFeedManager 类

SocialFeedManager 成员

Microsoft.SharePoint.Client.Social 命名空间