PeopleManager.GetMyFollowers - Méthode
Obtenir les personnes qui vous suivent l'utilisateur actuel.
Espace de noms : Microsoft.SharePoint.Client.UserProfiles
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 GetMyFollowers As ClientObjectList(Of PersonProperties)
'Utilisation
Dim instance As PeopleManager
Dim returnValue As ClientObjectList(Of PersonProperties)
returnValue = instance.GetMyFollowers()
public ClientObjectList<PersonProperties> GetMyFollowers()
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientObjectList<PersonProperties>
Remarques
L'API recommandée à utiliser pour cette tâche est SocialFollowingManager.GetFollowers.