Function Name: getDeleteDocumentIndexList
Class: com.newgen.dmsapi.DMSInputXml
Description: This function is used to create Document Index List with its Parent Folder.
Prototype:
public String getDeleteDocumentIndexList |
( |
|
|
|
String documentIndex, |
|
|
String parentFolderIndex, |
|
|
String referenceFlag |
|
) |
|
Name |
Description |
Valid Values |
Default Behaviour |
documentIndex |
Index of the document. |
Integer >0. |
|
parentFolderIndex |
Parent Folder of the document. |
Integer >0. |
|
referenceFlag |
It is a flag that indicates whether the documents have to be deleted even if reference exists. |
Y-Delete documents even if Reference exists N-Do not delete documents if Reference exists. |
|
Xml for Document Index List.
<Document>
<DocumentIndex>12</documentIndex>
<ParentFolderIndex>16</ ParentFolderIndex>
<RefrenceFlag>Y</RefrenceFlag>
</Document>