PeopleManager.GetTrendingTags method

Gets the most popular tags.

Namespace:  Microsoft.SharePoint.Client.UserProfiles
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Shared Function GetTrendingTags ( _
    context As ClientRuntimeContext _
) As HashTagCollection
'Usage
Dim context As ClientRuntimeContext
Dim returnValue As HashTagCollection

returnValue = PeopleManager.GetTrendingTags(context)
public static HashTagCollection GetTrendingTags(
    ClientRuntimeContext context
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.UserProfiles.HashTagCollection

Remarks

This method returns the 20 most popular hash tags over the past week, sorted so that the most popular tag appears first.

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.SharePoint.Client.UserProfiles namespace