SP.UserProfiles.PeopleManager.getFollowedTags Method (sp.userprofiles)

Gets tags that the user is following.

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

SP.UserProfiles.PeopleManager.getFollowedTags(cTagsToFetch)

Parameters

  • cTagsToFetch
    Int32
    The number of tags to get.

Return value

Array
The tags that the user is following, up to the specified number, as an array of String objects.

Remarks

The recommended API to use for this task is SocialFollowingManager.getFollowed.

See also

Other resources

PeopleManager