SocialFollowingManager.GetFollowers 方法
获取或设置一个值,该值指定从组中删除用户是否包含在查询中。
命名空间: Microsoft.SharePoint.Client.Social
程序集: 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 Function GetFollowers As ClientResult(Of SocialActor())
用法
Dim instance As SocialFollowingManager
Dim returnValue As ClientResult(Of SocialActor())
returnValue = instance.GetFollowers()
public ClientResult<SocialActor[]> GetFollowers()
返回值
类型:Microsoft.SharePoint.Client.ClientResult<[]>
备注
显示如何关注当前用户的用户的代码示例,请参阅如何:使用 SharePoint 2013 中的 .NET 客户端对象模型关注好友。