PeopleManager.StopFollowingTag 方法
Remove the specified tag from the current user's list of followed tags.
命名空间: Microsoft.SharePoint.Client.UserProfiles
程序集: Microsoft.SharePoint.Client.UserProfiles.Silverlight(位于 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中); Microsoft.SharePoint.Client.UserProfiles.Phone(位于 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中) Microsoft.SharePoint.Client.UserProfiles(位于 Microsoft.SharePoint.Client.UserProfiles.dll 中)
语法
声明
Public Sub StopFollowingTag ( _
value As Guid _
)
用法
Dim instance As PeopleManager
Dim value As Guid
instance.StopFollowingTag(value)
public void StopFollowingTag(
Guid value
)
参数
- value
类型:System.Guid
备注
The recommended API to use for this task is SocialFollowingManager.StopFollowing.