Updates the repository with the information for the specified user.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public static void UpdateUser(
	VGMembershipUser user
)
Visual Basic (Declaration)
Public Shared Sub UpdateUser ( _
	user As VGMembershipUser _
)

Parameters

user
Type: Novalys.VisualGuard.Security.Membership..::.VGMembershipUser
A VGMembershipUser object that represents the user to be updated and the updated information for the user.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionuser is null.
System..::.ArgumentException the RequiresUniqueEmail is set to true and the email is not unique.

See Also