Поделиться через


Метод SocialFeedManager.GetMentions

Возвращает канал потоков с этим текущего пользователя.

Пространство имен:  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

    Снимите флажок число непрочитанных упоминание текущего пользователя, в противном случае falsetrue .

Возвращаемое значение

Тип: Microsoft.SharePoint.Client.ClientResult<SocialFeed>
Запрошенные веб-канал на основе указанных параметров.

См. также

Справочные материалы

SocialFeedManager класс

Элементы SocialFeedManager

Пространство имен Microsoft.SharePoint.Client.Social