Click or drag to resize

VGMembershipUpdateUser Method

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: 2019.0.101.19 (2019.0.0101.19)
Syntax
public static void UpdateUser(
	VGMembershipUser user
)

Parameters

user
Type: Novalys.VisualGuard.Security.MembershipVGMembershipUser
A VGMembershipUser object that represents the user to be updated and the updated information for the user.
Exceptions
ExceptionCondition
ArgumentNullExceptionuser is null.
ArgumentException the RequiresUniqueEmail is set to true and the email is not unique.
See Also