Метод SocialFollowingManager.IsFollowed
Определяет ли текущий пользователь подписан указанного субъект.
Пространство имен: 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 IsFollowed ( _
actor As SocialActorInfo _
) As ClientResult(Of Boolean)
'Применение
Dim instance As SocialFollowingManager
Dim actor As SocialActorInfo
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.IsFollowed(actor)
public ClientResult<bool> IsFollowed(
SocialActorInfo actor
)
Параметры
Возвращаемое значение
Тип: Microsoft.SharePoint.Client.ClientResult<Boolean>