Compartir a través de


del método PeopleManager.GetTrendingTags

Obtiene las etiquetas más populares.

Espacio de nombres:  Microsoft.SharePoint.Client.UserProfiles
Ensamblados:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Microsoft.SharePoint.Client.UserProfiles.HashTagCollection

Comentarios

Este método devuelve las etiquetas de hash 20 más populares la semana pasada, ordenados por lo que aparece en primer lugar la etiqueta más popular.

Vea también

Referencia

clase PeopleManager

Miembros PeopleManager

Espacio de nombres Microsoft.SharePoint.Client.UserProfiles