Click or drag to resize
IUserManagerUpdateUser Method
Edits an existing user. Throw an exception if the change is not permitted, otherwise modify the backing store to reflect the change in details for the user with the appropriate UniqueID.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void UpdateUser(
	IUser user,
	string newPassword
)

Parameters

user
Type: VirtualRadar.Interface.SettingsIUser
newPassword
Type: SystemString
This will be null if the password is to remain unchanged, otherwise it is the new password.
See Also