PeopleManager class
Provides methods for operations related to people.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.UserProfiles.PeopleManager
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Class PeopleManager _
Inherits ClientObject
'Usage
Dim instance As PeopleManager
public class PeopleManager : ClientObject
Remarks
For more information about PeopleManager, see Work with user profiles in SharePoint 2013, Follow people in SharePoint 2013, and How to: Retrieve user profile properties by using the .NET client object model in SharePoint 2013.
The SocialFollowingManager object contains the recommended API for performing Following People and Following Content tasks. However, PeopleManager provides some methods that SocialFollowingManager doesn’t. For more information, see Common programming tasks for following people.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.