UserProfileManager.GetUserProfile method
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) | Retrieves the requested user's profile. |
Top