PeopleManager.FollowTag method
Add the specified tag to the current user's list of followed tags.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Sub FollowTag ( _
value As Guid _
)
'Usage
Dim instance As PeopleManager
Dim value As Guid
instance.FollowTag(value)
public void FollowTag(
Guid value
)
Parameters
- value
Type: System.Guid
Remarks
The recommended API to use for this task is SocialFollowingManager.Follow.