PeopleManager.StopFollowingTag method

Remove the specified tag from 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 StopFollowingTag ( _
    value As Guid _
)
'Usage
Dim instance As PeopleManager
Dim value As Guid

instance.StopFollowingTag(value)
public void StopFollowingTag(
    Guid value
)

Parameters

Remarks

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

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.SharePoint.Client.UserProfiles namespace