UserProfileManager Members
Include Protected Members
Include Inherited Members
A collection of UserProfile objects used to access user profile data. To access a specific user profile, call the UserProfileManager class to create a UserProfile object and retrieve the corresponding data from the user profile database.
The UserProfileManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserProfileManager() | Initializes a new instance of the UserProfileManager class. | |
UserProfileManager(Boolean) | Initializes a new instance of the UserProfileManager class, and specifies whether to ignore user profile privacy policies. | |
UserProfileManager(ServerContext) | Initializes a new instance of the UserProfileManager class using the specified server context. | |
UserProfileManager(ServerContext, Boolean) | Initializes a new instance of the UserProfileManager class using the specified server context and specifies whether to ignore user profile privacy policies. | |
UserProfileManager(ServerContext, Boolean, Boolean) | Initializes a new instance of the UserProfileManager class using the specified server context, and specifies whether to ignore user profile privacy policies and whether the user profile manager is backward compatible. |
Top
Properties
Name | Description | |
---|---|---|
AccountNameFormat | ||
Count | Gets the number of user profiles in the user profile manager’s collection of UserProfile objects. | |
CurrentChangeToken | ||
GlobalPersonalSitesList | ||
IsPersonalSiteMultipleLanguage | ||
MySiteHostUrl | ||
PersonalizationLinksList | ||
PersonalSiteFormat | ||
PersonalSiteInclusion | ||
PersonalSiteReaders | ||
Properties | Gets the defined properties for the user profile. | |
PropertiesWithSection | ||
UserProfileChangeJobSchedule |
Top
Methods
Name | Description | |
---|---|---|
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 changes made to the user profile properties that have been recorded in the change log. | |
GetChanges(UserProfileChangeQuery) | Returns changes defined by the specified change query that have been made to the user profile properties and recorded in the change log. | |
GetChanges(UserProfileChangeToken) | Returns changes at a specified location in the change log that have been made to the user profile properties and recorded in the change log. | |
GetEnumerator | Gets an enumerator of all UserProfile objects within this portal context. | |
GetHashCode | (Inherited from Object.) | |
GetMemberGroups | Returns the member group manager associated with the user profile. | |
GetPrivacyPolicy | Returns the privacy policy manager showing the privacy policies associated with the user profile. | |
GetType | (Inherited from Object.) | |
GetUserProfile(Boolean) | Creates a user profile if one does not exist. | |
GetUserProfile([]) | Returns a user profile associated with the specified security identifier (SID). | |
GetUserProfile(Guid) | Returns the user profile associated with the specified globally unique identifier (GUID). | |
GetUserProfile(Int64) | Returns the user profile associated with the specified record identifier. | |
GetUserProfile(String) | Returns the user profile associated with the specified account name. | |
GetUserProfile(String, Boolean) | Returns the user profile associated with the specified account name and optionally resolves it to the master account. | |
MemberwiseClone | (Inherited from Object.) | |
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. | |
ToString | (Inherited from Object.) | |
UserExists | Returns a value indicating whether the user for a specified account name has a user profile. |
Top