PeopleManager members
SharePoint 2013
Provides methods for operations related to people.
The PeopleManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
PeopleManager(ClientRuntimeContext) | Initializes a new instance of the PeopleManager object. |
|
PeopleManager(ClientRuntimeContext, ObjectPath) | This member is reserved for internal use and is not intended to be used directly from your code. |
| Name | Description | |
|---|---|---|
|
EditProfileLink | Gets the URL of the edit profile page for the current user. |
|
IsMyPeopleListPublic | Gets a Boolean value that indicates whether the current user's People I'm Following list is public. |
| Name | Description | |
|---|---|---|
|
AmIFollowedBy | Checks whether the specified user is following the current user. |
|
AmIFollowing | Checks whether the current user is following the specified user. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
Follow | Add the specified user to the current user's list of followed users. |
|
FollowTag | Add the specified tag to the current user's list of followed tags. |
|
GetFollowedTags | Gets tags that the user is following. |
|
GetFollowersFor | Gets the people who are following the specified user. |
|
GetHashCode | (Inherited from Object.) |
|
GetMyFollowers | Get the people who are following the current user. |
|
GetMyProperties | Gets user properties for the current user. |
|
GetMySuggestions | Gets suggestions for who the current user might want to follow. |
|
GetPeopleFollowedBy | Gets the people who the specified user is following. |
|
GetPeopleFollowedByMe | Gets the people who the current user is following. |
|
GetPropertiesFor | Gets user properties for the specified user. |
|
GetTrendingTags | Gets the most popular tags. |
|
GetType | (Inherited from Object.) |
|
GetUserProfilePropertiesFor | Gets the specified user profile properties for the specified user. |
|
GetUserProfilePropertyFor | Gets the specified user profile property for the specified user. |
|
HideSuggestion | Removes the specified user from the user's list of suggested people to follow. |
|
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientObject.InitOnePropertyFromJson(String, JsonReader).) |
|
IsFollowing | Checks whether the first specified user is following the second specified user. |
|
MemberwiseClone | (Inherited from Object.) |
|
SetMyProfilePicture | Uploads and sets the user profile picture. |
|
StopFollowing | Remove the specified user from the current user's list of followed users. |
|
StopFollowingTag | Remove the specified tag from the current user's list of followed tags. |
|
ToString | (Inherited from Object.) |