DeleteUser
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[DeleteUserResult]] deleteUser([[UserIDBean]] userID, String userPK, int updateIndex) | |
== Description == | == Description == | ||
− | + | Attempts to mark a specified user record as deleted on the server, thus permanently disabling the use of that user to logon and use EService. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | | | + | |String |
− | | | + | |userPK |
− | | | + | |The primary key of the user record to delete. |
+ | |---- bgcolor=#EDEDFF | ||
+ | |int | ||
+ | |updateIndex | ||
+ | |The current update index of the user. | ||
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[DeleteUserResult]] |
Revision as of 03:41, 9 June 2005
Contents |
Method
DeleteUserResult deleteUser(UserIDBean userID, String userPK, int updateIndex)
Description
Attempts to mark a specified user record as deleted on the server, thus permanently disabling the use of that user to logon and use EService.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | userPK | The primary key of the user record to delete. |
int | updateIndex | The current update index of the user. |