PeopleManager.StopFollowing 方法
Remove the specified user from the current user's list of followed users.
命名空间: 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 StopFollowing ( _
accountName As String _
)
用法
Dim instance As PeopleManager
Dim accountName As String
instance.StopFollowing(accountName)
public void StopFollowing(
string accountName
)
参数
- accountName
类型:System.String
备注
The recommended API to use for this task is SocialFollowingManager.StopFollowing.