UserProfile Members
Include Protected Members
Include Inherited Members
Represents a user profile for a person in the user profile database.
The UserProfile type exposes the following members.
Properties
Name | Description | |
---|---|---|
Colleagues | ||
CurrentChangeToken | ||
ID | Gets the GUID of the user profile. | |
Item | Contains a specified property value. | |
Memberships | Gets the membership manager for the user profile. | |
MultiloginAccounts | If the user has multiple login accounts, gets an array of those account names. | |
PersonalizationLinks | ||
PersonalSite | Gets the personal site of the user. | |
PersonalUpgradeUrl | ||
PersonalUrl | Gets the personal URL of the user. | |
ProfileManager | Gets the UserProfileManager object for this user profile. | |
PublicUrl | ||
QuickLinks | Gets the QuickLinkManager object for this user profile. | |
RecordId | ||
RemotePersonalSiteHostUrl | ||
ViewerRights |
Top
Methods
Name | Description | |
---|---|---|
Commit | Commits changes made to the user profile to the user profile database. | |
CreatePersonalSite() | Creates a personal site for the user if one does not already exist. | |
CreatePersonalSite(Int32) | Creates a personal site for the user if one does not already exist using the specified language code identifier (LCID). | |
Equals | Returns whether the user profile is equivalent to a specified user profile. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetChanges() | ||
GetChanges(UserProfileChangeQuery) | ||
GetChanges(UserProfileChangeToken) | ||
GetColleagueChanges() | ||
GetColleagueChanges(UserProfileChangeQuery) | ||
GetColleagueChanges(UserProfileChangeToken) | ||
GetCommonManager | ||
GetDirectReports | ||
GetEnumerator | Gets an enumerator for the properties of a user profile such as property name or property value pairs. | |
GetHashCode | (Overrides Object.GetHashCode().) | |
GetManager | Returns the current user profile. | |
GetManagers | ||
GetPeers | ||
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RefreshManagers | ||
ToString | (Inherited from Object.) |
Top