Add Keywords To Document

 

Function Name: getAddKeywordsToDocXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to associate Keywords with a document. If the Keywords to be added do not  exist, then those Keywords will also be added as UnAuthorized Keywords.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API:: NGOAddKeywordsToDoc

 

 

Prototype:

 

public String getAddKeywordsToDocXml

(

 

 

 

String cabinetName,

 

 

String userDbId,

 

 

String docIndex,

 

 

String groupIndex,

 

 

String keywordList

 

)

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

CabinetName

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

The name of the Cabinet.

N/A

UserDbId

UserDatabase ID, which is returned in the NGOConnectCabinet call.

 

N/A

DocIndex

Index of the document with  which the Keywords are to be associated.

 

N/A

GroupIndex

Reserved. User can send default value for it.

 

0

KeywordList

List of Names of the Keywords which are to be associated with the document.

 

N/A

 

Output Parameters:

An inputXml string of the NGOAddKeywordsToDoc call.