Click or drag to resize
GnomonMembershipProviderUpdateUser Method
Updates information about a user in the data source.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override void UpdateUser(
	MembershipUser user
)

Parameters

user
Type: System.Web.SecurityMembershipUser
A MembershipUser object that represents the user to update and the updated information for the user.
Exceptions
ExceptionCondition
NotImplementedExceptionPlease use the RMP User editor
See Also