Метод SocialFollowingManager.GetFollowed
Извлекает субъектов, следуя текущего пользователя.
Пространство имен: 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 GetFollowed ( _
types As SocialActorTypes _
) As ClientResult(Of SocialActor())
'Применение
Dim instance As SocialFollowingManager
Dim types As SocialActorTypes
Dim returnValue As ClientResult(Of SocialActor())
returnValue = instance.GetFollowed(types)
public ClientResult<SocialActor[]> GetFollowed(
SocialActorTypes types
)
Параметры
Возвращаемое значение
Тип: Microsoft.SharePoint.Client.ClientResult<[]>
Замечания
Примеры кода, которые показывают, как получить элементов подписки читайте в статье 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.