GetFTSText

 

Function Name: getGetFTSTextXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This call gets the extracted Text for the specified Document.

 

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOGetFTSText

 

 

Prototype:

public String getGetFTSTextXml

(

 

 

 

String cabinetName,

 

 

String userDBId,

 

 

String docIndex

 

)

 

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

CabinetName

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

 

N/A

userDBId

UserDatabase ID, which is returned after the execution of getConnectCabinetXml call.

 

 N/A

docIndex

Index of the document for  which the extracted Text is to be obtained.

 

N/A

 

Output Parameters:

An inputXml string of the NGOGetFTSText call.