PeopleManager.GetMyFollowers method

Get the people who are following the current user.

Namespace:  Microsoft.SharePoint.Client.UserProfiles
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Function GetMyFollowers As ClientObjectList(Of PersonProperties)
'Usage
Dim instance As PeopleManager
Dim returnValue As ClientObjectList(Of PersonProperties)

returnValue = instance.GetMyFollowers()
public ClientObjectList<PersonProperties> GetMyFollowers()

Return value

Type: Microsoft.SharePoint.Client.ClientObjectList<PersonProperties>

Remarks

The recommended API to use for this task is SocialFollowingManager.GetFollowers.

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.SharePoint.Client.UserProfiles namespace