PeopleManager.GetTrendingTags method

Gets the most popular tags.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Shared Function GetTrendingTags As HashTagCollection
'Usage
Dim returnValue As HashTagCollection

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

Return value

Type: Microsoft.Office.Server.UserProfiles.HashTagCollection
A collection of the 20 (or fewer) most popular hash tags over the past week

Remarks

The returned collection is sorted in descending order of frequency of use, so that the most popular tag appears first.

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.Office.Server.UserProfiles namespace