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.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void UpdateUser(
IUser user,
string newPassword
)
Sub UpdateUser (
user As IUser,
newPassword As String
)
void UpdateUser(
IUser^ user,
String^ newPassword
)
abstract UpdateUser :
user : IUser *
newPassword : string -> unit
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