UserProfileManager.GetUserProfile Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
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) |
Top