DeleteMemberFromGroup

 

Function Name: getDeleteMemberFromGroupXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to delete a User from a gGroup. This call simply disassociates the User from that gGroup. A User can remove self from a gGroup of which he is the Owner, but cannot remove himself from a group Group of which he is not the Owner.

 

Input Parameter

Sample InputXml

Output Parameter

Sample OutputXml

 

Prototype:

 

public String getDeleteMemberFromGroupXml

(

 

 

 

String cabinetName,

 

 

String userDbId,

 

 

String groupIndex,

 

 

String userIndex,

 

)

 

 

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

cabinetName

Name of the Database Cabinet to which the User wants to connect.

 

N/A

userDBId

UserDatabase ID, which is returned in the ConnectCabinet call.

 

N/A

groupIndex

Index of the Group from which the specified User is to be disassociated.

Index > 0

N/A

userIndex

Index of the User who is to be removed from a Group.

Integer > 0

N/A

 

Output Parameters:

An inputXml string of the NGODeleteUserFromGroup call.