PeopleManager.Follow - Méthode
Ajouter l'utilisateur spécifié à liste l'utilisateur actuel d'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 Follow ( _
accountName As String _
)
'Utilisation
Dim instance As PeopleManager
Dim accountName As String
instance.Follow(accountName)
public void Follow(
string accountName
)
Paramètres
- accountName
Type : System.String
Remarques
L'API recommandée à utiliser pour cette tâche est SocialFollowingManager.Follow.