PeopleManager.StopFollowingTag method
Have the current user stop following the specified tag.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Sub StopFollowingTag ( _
value As Guid _
)
'Usage
Dim instance As PeopleManager
Dim value As Guid
instance.StopFollowingTag(value)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public void StopFollowingTag(
Guid value
)
Parameters
value
Type: System.GuidThe ID of the tag to stop following.