Compartilhar via


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

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.

Ver também

Referência

PeopleManager classe

PeopleManager membros

Microsoft.SharePoint.Client.UserProfiles namespace