Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Int32The number of tags to get.
Return value
Type: []
The tags that the user is following, up to the specified number.