PeopleManager.GetTrendingTags - Méthode
Obtient les balises les plus populaires.
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 Shared Function GetTrendingTags ( _
context As ClientRuntimeContext _
) As HashTagCollection
'Utilisation
Dim context As ClientRuntimeContext
Dim returnValue As HashTagCollection
returnValue = PeopleManager.GetTrendingTags(context)
public static HashTagCollection GetTrendingTags(
ClientRuntimeContext context
)
Paramètres
- context
Type : Microsoft.SharePoint.Client.ClientRuntimeContext
Valeur renvoyée
Type : Microsoft.SharePoint.Client.UserProfiles.HashTagCollection
Remarques
Cette méthode retourne les 20 balises hachage les plus populaires pour la semaine dernière, triée afin que la balise les plus populaires s'affiche en premier.