Authorize Keywords

 

Function Name: getAuthorizeKeywordXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to Authorize or UnAuthorize Keywords. User can send the authorizationFlag, which will specify whether the Keywords are to be made Authorized or UnAuthorized.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOAuthorizeKeyword

  

 

Prototype:

 

public String getAuthorizeKeywordXml

(

 

 

 

String cabinetName,

 

 

String userDbId,

 

 

String authorizationFlag,

 

 

String keywordPropList

 

)

 

 

Function Overloaded:

public String getAuthorizeKeywordXml(String cabinetName, String userDbId,

                                                                       String authorizationFlag,

                                                                        String keywordPropList, String groupIndex)

 

Input Parameters:

Name

Description

Valid Values

Default Behavior

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

authorizationFlag

Flag , which specifies whether the Keywords given by the specified List are to be made Authorized or UnAuthorized.

A – Authorized that is, cannot be deleted.

U – Unauthorized that is, can be deleted.

N/A

keywordPropList

List of Names of the Keywords that are to be added.

 

N/A

groupIndex

Reserved. Default value can also be passed.

 

0

 

Output Parameters:

An inputXml string of the NGOAuthorizeKeyword call.