Visual Guard Class Library Documentation

VGMembership.UpdateUser Method 

Updates the repository with the information for the specified user.

public static void UpdateUser(
   VGMembershipUser user
);

Parameters

user
A VGMembershipUser object that represents the user to be updated and the updated information for the user.

Exceptions

Exception Type Condition
ArgumentNullException user is null.
ArgumentException the RequiresUniqueEmail is set to true and the email is not unique.

See Also

VGMembership Class | Novalys.VisualGuard.Security.Membership Namespace