Partager via


SocialFollowingManager.StopFollowing - Méthode

Supprime l'acteur spécifié de liste de l'utilisateur actuel des intervenants suivis.

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 StopFollowing ( _
    actor As SocialActorInfo _
) As ClientResult(Of Boolean)
'Utilisation
Dim instance As SocialFollowingManager
Dim actor As SocialActorInfo
Dim returnValue As ClientResult(Of Boolean)

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

Paramètres

Valeur renvoyée

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

Remarques

Pour obtenir des exemples de code qui montrent comment arrêter les éléments suivants, voir How to: Follow people by using the .NET client object model in SharePoint 2013 et How to: Follow documents and sites by using the .NET client object model in SharePoint 2013.

Voir aussi

Référence

SocialFollowingManager classe

SocialFollowingManager - Membres

Microsoft.SharePoint.Client.Social - Espace de noms