Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
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.