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
Public method GetUserProfile(Boolean) Creates a user profile if one does not exist.
Public method GetUserProfile([]) Returns a user profile associated with the specified security identifier (SID).
Public method GetUserProfile(Guid) Returns the user profile associated with the specified globally unique identifier (GUID).
Public method GetUserProfile(Int64) Returns the user profile associated with the specified record identifier.
Public method GetUserProfile(String) Returns the user profile associated with the specified account name.
Public method GetUserProfile(String, Boolean) Returns the user profile associated with the specified account name and optionally resolves it to the master account.

Top

See Also

Reference

UserProfileManager Class

UserProfileManager Members

Microsoft.Office.Server.UserProfiles Namespace