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.
Retrieves the users who are following the current user.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Function GetFollowers As ClientResult(Of SocialActor())
'Usage
Dim instance As SocialFollowingManager
Dim returnValue As ClientResult(Of SocialActor())
returnValue = instance.GetFollowers()
public ClientResult<SocialActor[]> GetFollowers()
Return value
Type: Microsoft.SharePoint.Client.ClientResult<[]>
Remarks
For a code example that shows how to get users who are following the current user, see How to: Follow people by using the .NET client object model in SharePoint 2013.