Gets the Profile Information for the User

Namespace: DotNetNuke.Entities.Profile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void GetUserProfile(
	ref UserInfo user
)
Visual Basic
Public Shared Sub GetUserProfile ( 
	ByRef user As UserInfo
)

Parameters

user
Type: DotNetNuke.Entities.Users..::..UserInfo%
The user whose Profile information we are retrieving.

Remarks