UpdateUserProfile persists a user's Profile to the Data Store

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

Syntax

C#
public override void UpdateUserProfile(
	UserInfo user
)
Visual Basic
Public Overrides Sub UpdateUserProfile ( 
	user As UserInfo
)

Parameters

user
Type: DotNetNuke.Entities.Users..::..UserInfo
The user to persist to the Data Store.

Remarks