PeopleManager 类

Provides methods for operations related to people.

继承层次结构

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.UserProfiles.PeopleManager

命名空间:  Microsoft.SharePoint.Client.UserProfiles
程序集:   Microsoft.SharePoint.Client.UserProfiles.Silverlight(位于 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中);  Microsoft.SharePoint.Client.UserProfiles.Phone(位于 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中)  Microsoft.SharePoint.Client.UserProfiles(位于 Microsoft.SharePoint.Client.UserProfiles.dll 中)

语法

声明
Public Class PeopleManager _
    Inherits ClientObject
用法
Dim instance As PeopleManager
public class PeopleManager : ClientObject

备注

For more information about PeopleManager, see 在 SharePoint 2013 中使用用户配置文件, 通过 SharePoint 2013 跟踪人员, and 如何:使用 SharePoint 2013 中的 .NET 客户端对象模型检索用户配置文件属性.

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.

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

PeopleManager 成员

Microsoft.SharePoint.Client.UserProfiles 命名空间