PeopleManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
Attributes
Constructors
Properties
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