Share via


PeopleManager Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.UserProfiles.PeopleManager", ServerTypeId="{cf560d69-0fdb-4489-a216-b6b47adf8ef8}")]
public class PeopleManager : Microsoft.SharePoint.Client.ClientObject
type PeopleManager = class
    inherit ClientObject
Public Class PeopleManager
Inherits ClientObject
Inheritance
PeopleManager
Attributes

Constructors

PeopleManager(ClientRuntimeContext)
PeopleManager(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
EditProfileLink
IsMyPeopleListPublic
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)

Methods

AmIFollowedBy(String)
AmIFollowing(String)
CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
Follow(String)
FollowTag(Guid)
FromJson(JsonReader) (Inherited from ClientObject)
GetDefaultDocumentLibrary(String, Boolean, PersonalSiteCreationPriority)
GetFollowedTags(Int32)
GetFollowersFor(String)
GetMyFollowers()
GetMyProperties()
GetMySuggestions()
GetPeopleFollowedBy(String)
GetPeopleFollowedByMe()
GetPropertiesFor(String)
GetSPUserInformation(String, Guid)
GetTrendingTags(ClientRuntimeContext)
GetUserProfileProperties(String)
GetUserProfilePropertiesFor(UserProfilePropertiesForUser)
GetUserProfilePropertyFor(String, String)
HardDeleteUserProfile(String, Guid)
HideSuggestion(String)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader)
IsFollowing(ClientRuntimeContext, String, String)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
RemoveSPUserInformation(String, Guid, String)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
SetMultiValuedProfileProperty(String, String, IList<String>)
SetMyProfilePicture(Stream)
SetSingleValueProfileProperty(String, String, String)
StopFollowing(String)
StopFollowingTag(Guid)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to