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 |
|
) |
|
Function Overloaded:
public String getDeleteKeywordsFromDocXml(String cabinetName, String userDbId,
String groupIndex,
String documentIndex,
String keywordList, String currentDateTime)
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 |
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. |
|
|
currentDateTime |
Current Date and Time. |
|
N/A |
An inputXml string of the NGODeleteKeywordsFromDoc call.