PeopleManager.FollowTag 方法
Have the current user start following the specified tag.
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Sub FollowTag ( _
value As Guid _
)
用法
Dim instance As PeopleManager
Dim value As Guid
instance.FollowTag(value)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public void FollowTag(
Guid value
)
参数
value
类型:System.GuidThe ID of the tag to follow.