UserProfileManager methods
The UserProfileManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddLeader | Adds a new leader to the user profile database. | |
CreateUserProfile() | Creates a user profile. | |
CreateUserProfile(String) | Creates a user profile with the specified account name. | |
CreateUserProfile(String, String) | Creates a user profile with the specified account name and preferred name. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChanges() | Returns all changes made to a user’s profile. (Overrides ProfileManagerBase.GetChanges().) | |
GetChanges(ProfileBaseChangeQuery) | Returns changes made to a user’s profile that are defined by the specified change query. (Overrides ProfileManagerBase.GetChanges(ProfileBaseChangeQuery).) | |
GetChanges(UserProfileChangeToken) | Returns changes made to a user’s profile from a specific location in the change logs that is represented by the specified change token. (Overrides ProfileManagerBase.GetChanges(UserProfileChangeToken).) | |
GetEnumerator() | Returns an IEnumerator that can be used to iterate through all profiles. (Inherited from ProfileManagerBase.) | |
GetEnumerator(Int64, Int32) | Returns an IEnumerator that can be used to iterate through a specified number of profiles. (Inherited from ProfileManagerBase.) | |
GetHashCode | (Inherited from Object.) | |
GetLeaders | Gets the leaders in the user profile database. | |
GetMemberGroups | Gets the MemberGroupManager for the current context. | |
GetPrivacyPolicy | Gets the privacy policy for the current context. | |
GetProfile | Gets the user profile with the specified record identifier. (Overrides ProfileManagerBase.GetProfile(Int64).) | |
GetStringSinglePropertyValueForUser | Retrieves the single-valued property for the UserProfile whose name matches the propertyName parameter of the UserProfile identified by the accountName parameter. | |
GetType | (Inherited from Object.) | |
GetUserProfile(Boolean) | Gets the UserProfile object of the current user or creates one if the UserProfile object does not already exist. | |
GetUserProfile([]) | Gets the UserProfile object for the specified SID in byte[] format. | |
GetUserProfile(Guid) | Gets the UserProfile object for the specified GUID. | |
GetUserProfile(Int64) | Gets the UserProfile object for the specified record identifier. | |
GetUserProfile(String) | Gets the UserProfile object for the specified account name. | |
GetUserProfile(Int64, Boolean) | ||
GetUserProfile(String, Boolean) | Retrieves the requested user's profile. | |
IsAvailable | Gets a value indicating whether there is a working connection to a User Profile Application in the specified service context. | |
MemberwiseClone | (Inherited from Object.) | |
RemoveLeader | Removes the specified leader from the user profile database. | |
RemoveProfile | Removes the specified user profile from the database. (Overrides ProfileManagerBase.RemoveProfile(ProfileBase).) | |
RemoveUserProfile(Guid) | Removes the user profile, quick links, and alert data from the user profile database for the specified GUID. | |
RemoveUserProfile(String) | Removes the user profile, quick links, and alert data from the user profile database for the specified account name. | |
ResolveProfile | Returns an array of ProfileBase objects that match the specified search pattern. (Inherited from ProfileManagerBase.) | |
Search(String) | Retrieves an array of ProfileBase objects of a particular profile type whose searchable properties match the specified search pattern. (Inherited from ProfileManagerBase.) | |
Search([]) | Retrieves an array of ProfileBase objects of a particular profile type whose searchable properties match the specified search patterns. (Inherited from ProfileManagerBase.) | |
Search(OrganizationProfile, String) | Obsolete. Retrieves an array of users and organizations (as ProfileBase objects) under the specified OrganizationProfile object whose searchable properties match a specified search pattern. (Inherited from ProfileManagerBase.) | |
Search(OrganizationProfile, []) | Obsolete. Retrieves an array of users and organizations (as ProfileBase objects) under the specified OrganizationProfile object whose searchable properties match the specified search patterns. (Inherited from ProfileManagerBase.) | |
Search([], Int32, Nullable<Boolean>) | Return profiles for specific subtypes, 0 means all subtypes. (Inherited from ProfileManagerBase.) | |
ToString | (Inherited from Object.) | |
UserExists | Returns a value indicating whether the user for a specified account name has a user profile. |
Top