Define Alias For Keyword

 

Function Name: getDefineAliasForKeywordsXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to define Aliases for a Keyword.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGODefineAliasForKeywords

 

 

Prototype:

 

public String getDefineAliasForKeywordsXml

(

 

 

 

String cabinetName,

 

 

String userDbId,

 

 

String groupIndex,

 

 

String keyword,

 

 

String aliasList

 

)

 

 

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

groupIndex

Reserved. User can pass default value.

 

0

keyword

Name of the Keyword for which Aliases are to be defined.

 

N/A

aliasList

List of Names of the Aliases to be added for the Keyword.

 

N/A

 

Output Parameters:

An inputXml string of the NGODefineAliasForKeywords call.