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


Метод SocialFollowingManager.StopFollowing

Удаляет указанный субъект из списка отслеживаемых субъектов текущего пользователя.

Пространство имен:  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 StopFollowing ( _
    actor As SocialActorInfo _
) As ClientResult(Of Boolean)
'Применение
Dim instance As SocialFollowingManager
Dim actor As SocialActorInfo
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.StopFollowing(actor)
public ClientResult<bool> StopFollowing(
    SocialActorInfo actor
)

Параметры

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

Тип: Microsoft.SharePoint.Client.ClientResult<Boolean>

Замечания

Примеры кода, которые показывают, как остановить следующие элементы, читайте в статье How to: Follow people by using the .NET client object model in SharePoint 2013 и How to: Follow documents and sites by using the .NET client object model in SharePoint 2013.

См. также

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

SocialFollowingManager класс

Элементы SocialFollowingManager

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