Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether the specified user is following the current user.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Function AmIFollowedBy ( _
accountName As String _
) As ClientResult(Of Boolean)
'Usage
Dim instance As PeopleManager
Dim accountName As String
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.AmIFollowedBy(accountName)
public ClientResult<bool> AmIFollowedBy(
string accountName
)
Parameters
- accountName
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>