GetUserProfile retrieves the UserProfile information from the Data Store
Namespace: DotNetNuke.Security.ProfileAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public override void GetUserProfile( ref UserInfo user ) |
| Visual Basic |
|---|
Public Overrides Sub GetUserProfile ( ByRef user As UserInfo ) |
Parameters
- user
- Type: DotNetNuke.Entities.Users..::..UserInfo%
The user whose Profile information we are retrieving.