Function
Name:
getDeleteKeywordsFromDocXml
Class:
com.newgen.dmsapi.DMSInputXml
Description: This function is used to de-associate Keywords from a
document. Only those Keywords whose List is sent, will be deleted from the document.
|
Prototype:
public String getDeleteKeywordsFromDocXml |
( |
|
|
|
String
cabinetName, |
|
|
String
userDbId, |
|
|
String groupIndex, |
|
|
String documentIndex, |
|
|
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 |
groupIndex |
Reserved. User can pass default
value. |
|
0 |
documentIndex |
Index of the
document with which the associated Keywords are to be deleted. |
|
N/A |
keywordList |
List of Names of the Keywords
associated with the document, which are to be de-associated. |
|
|
An inputXml string of the
NGODeleteKeywordsFromDoc call.