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.
|
Prototype:
public String getAuthorizeKeywordXml |
( |
|
|
|
String
cabinetName, |
|
|
String
userDbId, |
|
|
String authorizationFlag, |
|
|
String keywordPropList |
|
) |
|
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 |
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 |
An inputXml string of
the NGOAuthorizeKeyword call.