UserProfileManager.GetUserProfile Method
Include Protected Members
Include Inherited Members
Returns a specified UserProfile object for the current user or optionally creates one if it does not exist.
Overload List
Name | Description | |
---|---|---|
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. |
Top