UpdateUser

From
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[UpdateUserResult]] updateUser([[UserIDBean]] userID, [[UserBean]] user)
  
 
== Description ==
 
== Description ==
Description
+
Updates an existing user with new details.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|[[UserBean]]
|Name
+
|user
|Description.
+
|The set of new details to update the user with.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[UpdateUserResult]]

Revision as of 03:19, 9 June 2005

Contents

Method

UpdateUserResult updateUser(UserIDBean userID, UserBean user)

Description

Updates an existing user with new details.

Parameters

Type Name Description
UserIDBean userID The admin username and password.
UserBean user The set of new details to update the user with.

Return Value

UpdateUserResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux