UserProfileService members
Provides a Web service to manage user profiles.
The UserProfileService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserProfileService | Initializes a new instance of the UserProfileService class. |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
Abort | (Inherited from WebClientProtocol.) | |
AddColleague | Adds a colleague for the specified account name. | |
AddColleagueWithoutEmailNotification | Adds a colleague for the specified account name without sending the email notification. | |
AddLeader | ||
AddLink | Adds a quick link for the specified account name. | |
AddMembership | Adds the specified account name as a new member of the specified group. | |
AddPinnedLink | Adds a pinned link for the specified account name. | |
AddSuggestions | Adds a list of suggestions with a single specified type and the specified weights for the current user. | |
BeginInvoke | (Inherited from SoapHttpClientProtocol.) | |
CancelAsync | (Inherited from HttpWebClientProtocol.) | |
CreateMemberGroup | Creates a new group based on the specified membership information. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
CreateUserProfileByAccountName | Creates a user profile for the specified account name. | |
Discover | (Inherited from SoapHttpClientProtocol.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
EndInvoke | (Inherited from SoapHttpClientProtocol.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetCommonColleagues | Gets the common colleagues that the specified user shares with the current user. | |
GetCommonManager | Gets the common manager that the specified user shares with the current user. | |
GetCommonMemberships | Gets the common membership groups that the specified user shares with the current user. | |
GetHashCode | (Inherited from Object.) | |
GetInCommon | Gets the membership groups, colleagues, and manager that the specified user shares with the current user. | |
GetLeaders | ||
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetProfileSchema | Gets a list of properties associated with the specified profile subtype. | |
GetProfileSchemaNameByAccountName | Gets the name of the profile subtype for the specified account name. | |
GetProfileSchemaNames | Gets the names of the subtypes for the user profile type. | |
GetPropertyChoiceList | Gets all vocabulary terms in the choice list for a given property. | |
GetReaderForMessage | (Inherited from SoapHttpClientProtocol.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
GetUserColleagues | Gets the colleagues for the specified user. | |
GetUserLinks | Gets the quick links for the specified user. | |
GetUserMemberships | Gets memberships for the specified user. | |
GetUserOrganizations | Gets the organizations for the specified user. | |
GetUserPinnedLinks | Gets the pinned links for the specified user. | |
GetUserProfileByGuid | Gets the user profile properties information by GUID. | |
GetUserProfileByIndex | Gets the user profile by the specified index. | |
GetUserProfileByName | Gets the user profile property information by account name. | |
GetUserProfileCount | Gets the total number of user profiles. | |
GetUserProfileSchema | Gets the information about default profile subtype properties that are available for the Web service. | |
GetUserPropertyByAccountName | Gets the information about the specified property for the specified user. | |
GetWebRequest | (Inherited from SoapHttpClientProtocol.) | |
GetWebResponse(WebRequest) | (Inherited from HttpWebClientProtocol.) | |
GetWebResponse(WebRequest, IAsyncResult) | (Inherited from HttpWebClientProtocol.) | |
GetWriterForMessage | (Inherited from SoapHttpClientProtocol.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
Invoke | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback) | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback, Object) | (Inherited from SoapHttpClientProtocol.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ModifyUserPropertyByAccountName | Modifies a user profile property for the specified account name. | |
RemoveAllColleagues | Removes all colleagues for the specified user. | |
RemoveAllLinks | Removes all quick links for the specified user. | |
RemoveAllMemberships | Removes all memberships for the specified user. | |
RemoveAllPinnedLinks | Removes all pinned links for the specified user. | |
RemoveColleague | Removes a colleague for the specified account name. | |
RemoveLeader | ||
RemoveLink | Removes a quick link for the specified account name. | |
RemoveMembership | Removes a membership for the specified account name. | |
RemovePinnedLink | Removes a pinned link for the specified account name. | |
ToString | (Inherited from Component.) | |
UpdateColleaguePrivacy | Updates a colleague privacy policy level for the specified account name. | |
UpdateLink | Updates a link for the specified account name. | |
UpdateMembershipPrivacy | Updates the membership privacy for the specified account name. | |
UpdatePinnedLink | Updates the pinned link data for the specified account name. |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top