PeopleManager.StopFollowing - Méthode
Supprimer l'utilisateur spécifié dans liste de l'utilisateur actuel des utilisateurs suivis.
Espace de noms : Microsoft.SharePoint.Client.UserProfiles
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 Sub StopFollowing ( _
accountName As String _
)
'Utilisation
Dim instance As PeopleManager
Dim accountName As String
instance.StopFollowing(accountName)
public void StopFollowing(
string accountName
)
Paramètres
- accountName
Type : System.String
Remarques
L'API recommandée à utiliser pour cette tâche est SocialFollowingManager.StopFollowing.