PeopleManager.AmIFollowing method

Checks whether the current user is following the specified user.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function AmIFollowing ( _
    accountName As String _
) As Boolean
'Usage
Dim instance As PeopleManager
Dim accountName As String
Dim returnValue As Boolean

returnValue = instance.AmIFollowing(accountName)
public bool AmIFollowing(
    string accountName
)

Parameters

  • accountName
    Type: System.String

    The account name of the target user.

Return value

Type: System.Boolean

Exceptions

Exception Condition
UserNotFoundException
ArgumentNullException

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.Office.Server.UserProfiles namespace