SocialFollowingManager.IsFollowed método
Determina se o usuário atual está acompanhando o ator especificado.
Namespace: Microsoft.SharePoint.Client.Social
Assemblies: Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxe
'Declaração
Public Function IsFollowed ( _
actor As SocialActorInfo _
) As ClientResult(Of Boolean)
'Uso
Dim instance As SocialFollowingManager
Dim actor As SocialActorInfo
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.IsFollowed(actor)
public ClientResult<bool> IsFollowed(
SocialActorInfo actor
)
Parâmetros
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<Boolean>