Get Global Index From Document

 

Function Name: getGetGlobalIndexFromDocumentXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function returns all the Global Indexes that are associated with the specified document.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOGetGlobalIndexFromDocument

 

 

Prototype:

 

public String getGetGlobalIndexFromDocumentXml

(

 

 

 

String cabinetName,

 

 

String userDbId,

 

 

String documentIndex

 

)

 

 

 

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 NGOConnectCabinet call.

 

N/A

documentIndex

Index of the Document.

 

N/A

 

Output Parameters:

Input Xml of call NGOGetGlobalIndexFromDocument.