PeopleManager.GetFollowedTags method
Gets tags that the user is following.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Function GetFollowedTags ( _
cTagsToFetch As Integer _
) As ClientArrayResult(Of String)
'Usage
Dim instance As PeopleManager
Dim cTagsToFetch As Integer
Dim returnValue As ClientArrayResult(Of String)
returnValue = instance.GetFollowedTags(cTagsToFetch)
public ClientArrayResult<string> GetFollowedTags(
int cTagsToFetch
)
Parameters
- cTagsToFetch
Type: System.Int32
Return value
Type: Microsoft.SharePoint.Client.ClientArrayResult<String>