del método SocialFollowingManager.GetFollowers
Recupera los usuarios que siguen al usuario actual.
Espacio de nombres: Microsoft.SharePoint.Client.Social
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
Public Function GetFollowers As ClientResult(Of SocialActor())
'Uso
Dim instance As SocialFollowingManager
Dim returnValue As ClientResult(Of SocialActor())
returnValue = instance.GetFollowers()
public ClientResult<SocialActor[]> GetFollowers()
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<[]>
Comentarios
Para obtener un ejemplo que muestra cómo obtener los usuarios que están siguiendo el usuario actual, consulte How to: Follow people by using the .NET client object model in SharePoint 2013.