Function
Name:
getAddMemberToGroupExtXml
Class:
com.newgen.dmsapi.DMSInputXml
Description: This function is used to add a User to various
Groups.
|
Prototype:
public String
getAddMemberToGroupExtXml |
( |
|
|
|
String cabinetName, |
|
|
String userDBId, |
|
|
String groupIndex, |
|
|
String userIndexList |
|
) |
|
Name |
Description |
Valid Values |
Default Behaviour |
cabinetName |
Name of the Cabinet to which the
User wants to connect. |
|
N/A |
userDBId |
UserDatabase ID that is returned in the NGOConnectCabinet
call. |
|
N/A |
groupIndex |
Information about the Groups in
which User is to be added. This list can be generated by the helper function getGroupIndexXML |
Integer >0 |
N/A |
userIndexList |
Comma separated list of user indexes
of those users who are to be added to the group. |
Comma separated
list of Integers >0 |
N/A |
An Input Xml for
NGOAddMemberToGroup.