PeopleManager.GetPeopleFollowedBy - Méthode
Obtient les personnes suivies par l’utilisateur spécifié.
Espace de noms : Microsoft.Office.Server.UserProfiles
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
Public Function GetPeopleFollowedBy ( _
accountName As String _
) As List(Of PersonProperties)
'Utilisation
Dim instance As PeopleManager
Dim accountName As String
Dim returnValue As List(Of PersonProperties)
returnValue = instance.GetPeopleFollowedBy(accountName)
public List<PersonProperties> GetPeopleFollowedBy(
string accountName
)
Paramètres
accountName
Type : System.StringLe nom du compte de l'utilisateur cible.
Valeur renvoyée
Type : System.Collections.Generic.List<PersonProperties>
Les personnes qui suit l'utilisateur spécifié.
Exceptions
Exception | Condition |
---|---|
UserNotFoundException | |
ArgumentNullException |