AckUserSynchronisation

From
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[AckUserSynchronisationResult]] ackUserSynchronisation([[UserIDBean]] userID, [[UserSynchronisationBean]][] users)
  
 
== Description ==
 
== Description ==
Description
+
Marks the specified records on Eservice as synchronized, and will not be returned via the [[getUnsynchronisedUsers]] method unless their details are changed or updated in some way.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|[[UserSynchronisationBean]] array
|Name
+
|users
|Description.
+
|An array of users to mark as synchronized.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[AckUserSynchronisationResult]]

Revision as of 03:50, 9 June 2005

Contents

Method

AckUserSynchronisationResult ackUserSynchronisation(UserIDBean userID, UserSynchronisationBean[] users)

Description

Marks the specified records on Eservice as synchronized, and will not be returned via the getUnsynchronisedUsers method unless their details are changed or updated in some way.

Parameters

Type Name Description
UserIDBean userID The admin username and password.
UserSynchronisationBean array users An array of users to mark as synchronized.

Return Value

AckUserSynchronisationResult

MediaWiki Appliance - Powered by TurnKey Linux