PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Updates information about a user in the data source.

Namespace: Smartsite.DigiD
Assembly:  Smartsite.DigiD (in Smartsite.DigiD.dll)

Syntax

C#Copy imageCopy Code
public override void UpdateUser(
	 user
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Sub UpdateUser ( _
	user As  _
)

Parameters

user
MembershipUser
A MembershipUser object that represents the user to update and the updated information for the user.

See Also

Advanced