del método SocialFollowingManager.IsFollowed
Determina si el usuario actual sigue al actor especificado.
Espacio de nombres: Microsoft.SharePoint.Client.Social
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<Boolean>