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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public static void UpdateUser(
	VGMembershipUser user
)
Visual Basic
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