PeopleManager.AmIFollowing - Méthode
Vérifie si l’utilisateur actuel suit 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 AmIFollowing ( _
accountName As String _
) As Boolean
'Utilisation
Dim instance As PeopleManager
Dim accountName As String
Dim returnValue As Boolean
returnValue = instance.AmIFollowing(accountName)
public bool AmIFollowing(
string accountName
)
Paramètres
accountName
Type : System.StringLe nom du compte de l'utilisateur cible.
Valeur renvoyée
Type : System.Boolean
Exceptions
Exception | Condition |
---|---|
UserNotFoundException | |
ArgumentNullException |