PeopleManager.GetFollowedTags - Méthode
Obtient les balises suivies par l’utilisateur.
Espace de noms : Microsoft.Office.Server.UserProfiles
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
Public Function GetFollowedTags ( _
cTagsToFetch As Integer _
) As String()
'Utilisation
Dim instance As PeopleManager
Dim cTagsToFetch As Integer
Dim returnValue As String()
returnValue = instance.GetFollowedTags(cTagsToFetch)
public string[] GetFollowedTags(
int cTagsToFetch
)
Paramètres
cTagsToFetch
Type : System.Int32Le nombre de balises à obtenir.
Valeur renvoyée
Type : []
Les balises que l'utilisateur suit, jusqu'à au nombre spécifié.