PeopleManager.GetFollowedTags method

Gets tags that the user is following.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function GetFollowedTags ( _
    cTagsToFetch As Integer _
) As String()
'Usage
Dim instance As PeopleManager
Dim cTagsToFetch As Integer
Dim returnValue As String()

returnValue = instance.GetFollowedTags(cTagsToFetch)
public string[] GetFollowedTags(
    int cTagsToFetch
)

Parameters

  • cTagsToFetch
    Type: System.Int32

    The number of tags to get.

Return value

Type: []
The tags that the user is following, up to the specified number.

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.Office.Server.UserProfiles namespace