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.
|
Prototype:
public String getAddKeywordsToDocXml |
( |
|
|
|
String
cabinetName, |
|
|
String
userDbId, |
|
|
String docIndex, |
|
|
String groupIndex, |
|
|
String keywordList |
|
) |
|
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 |
An inputXml string of
the NGOAddKeywordsToDoc call.