Get User Property

 

Function Name: getUserPropertyXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to retrieve the Property / details of the specified User of the System.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOGetUserProperty

 

 

Prototype:

public String getUserPropertyXml(String cabinetName, String userDBId,             

String userIndex);

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

CabinetName

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

 

 

UserDBId

UserDatabase ID, which is returned in the ConnectCabinet call.

 

 

UserIndex

Index of the User whose Property has to be fetched.

Integer > 0

N/A

 

Output Parameters:

An inputXml string of the NGOGetUserProperty call.