PeopleManager.GetTrendingTags 方法

Gets the most popular tags.

命名空间:  Microsoft.Office.Server.UserProfiles
程序集:  Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)

语法

声明
Public Shared Function GetTrendingTags As HashTagCollection
用法
Dim returnValue As HashTagCollection

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

返回值

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

备注

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

另请参阅

引用

PeopleManager 类

PeopleManager 成员

Microsoft.Office.Server.UserProfiles 命名空间