Partager via


SocialFollowingManager.IsFollowed - Méthode

Détermine si l'utilisateur actuel est suivant l'acteur spécifié.

Espace de noms :  Microsoft.SharePoint.Client.Social
Assemblys :   Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)

Syntaxe

'Déclaration
Public Function IsFollowed ( _
    actor As SocialActorInfo _
) As ClientResult(Of Boolean)
'Utilisation
Dim instance As SocialFollowingManager
Dim actor As SocialActorInfo
Dim returnValue As ClientResult(Of Boolean)

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

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<Boolean>

Voir aussi

Référence

SocialFollowingManager classe

SocialFollowingManager - Membres

Microsoft.SharePoint.Client.Social - Espace de noms