SocialFollowingManager.GetFollowers - Méthode
Extrait les utilisateurs qui vous suivent l'utilisateur actuel.
Espace de noms : Microsoft.SharePoint.Client.Social
Assemblys : Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)
Syntaxe
'Déclaration
Public Function GetFollowers As ClientResult(Of SocialActor())
'Utilisation
Dim instance As SocialFollowingManager
Dim returnValue As ClientResult(Of SocialActor())
returnValue = instance.GetFollowers()
public ClientResult<SocialActor[]> GetFollowers()
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<[]>
Remarques
Pour obtenir un exemple de code qui montre comment rendre les utilisateurs qui vous suivent l'utilisateur actuel, voir How to: Follow people by using the .NET client object model in SharePoint 2013.