SP.UserProfiles.HashTag object (sp.userprofiles)

Represents a hash tag in the collection of trending tags.

Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

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's GUID, which you get from the taxonomy API. See How to get a tag's GUID based on the tag's name by using the JavaScript object model.

var object = new SP.UserProfiles.HashTag()

Members

The HashTag object has the following members.

Properties

The HashTag object has the following properties.

Property

Description

name

Gets the hash tag's internal name.

useCount

Gets the number of times that the hash tag is used.

See also

Other resources

SP.UserProfiles namespace

Follow content in SharePoint 2013