PeopleManager.FollowTag method

Have the current user start 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 FollowTag ( _
    value As Guid _
)
'Usage
Dim instance As PeopleManager
Dim value As Guid

instance.FollowTag(value)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public void FollowTag(
    Guid value
)

Parameters

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.Office.Server.UserProfiles namespace