PeopleManager.GetTrendingTags método
Obtém as marcas mais populares.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assemblies: Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxe
'Declaração
Public Shared Function GetTrendingTags ( _
context As ClientRuntimeContext _
) As HashTagCollection
'Uso
Dim context As ClientRuntimeContext
Dim returnValue As HashTagCollection
returnValue = PeopleManager.GetTrendingTags(context)
public static HashTagCollection GetTrendingTags(
ClientRuntimeContext context
)
Parâmetros
- context
Tipo: Microsoft.SharePoint.Client.ClientRuntimeContext
Valor retornado
Tipo: Microsoft.SharePoint.Client.UserProfiles.HashTagCollection
Comentários
Esse método retorna as marcas de hash mais populares 20 na semana passada, classificados para que a marca mais popular aparece primeira.