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
value
Type: System.GuidThe ID of the tag to follow.