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