HashTagCollection class
SharePoint Online
Represents a collection of hash tags in microblog posts. This collection is returned by the GetTrendingTags method.
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<HashTag>
Microsoft.SharePoint.Client.UserProfiles.HashTagCollection
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<HashTag>
Microsoft.SharePoint.Client.UserProfiles.HashTagCollection
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Hash tags are stored in the Hashtags term set. To start and stop following a tag or to find out whether the current user is following it, you need to use the tag GUID that you get by using the taxonomy API. See How to get a tag's GUID based on the tag's name by using the JavaScript object model.
Show: