Share via


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.Guid

    The ID of the tag to stop following.

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.Office.Server.UserProfiles namespace