SP.UserProfiles.HashTagCollection.item property (sp.userprofiles)

Gets the hash tag at the specified index.

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

var value = SP.UserProfiles.HashTagCollection.get_item(index)

Parameters

  • index
    Int32
    The index of the hash tag to get.

Return value

HashTag
The hash tag at the specified index.

See also

Other resources

HashTagCollection