Function Name: getMoveDocumentIndexList
Class: com.newgen.dmsapi.DMSInputXml
Description: This function is used to generate document list xml.
Prototype:
public
String getMoveDocumentIndexList |
( |
|
|
|
String documentIndex, |
|
|
String
parentFolderIndex |
|
) |
|
Name |
Description |
Valid Values |
Default Behaviour |
documentIndex |
Document Index of the document
being moved. |
Integer >=0 |
N/A |
parentFolderIndex |
Folder Index of the Folder to
which the document belongs. |
Integer >=0 |
NULL |
Xml for
list of Document Index.
<Document>
<DocumentIndex>12</documentIndex>
<ParentFolderIndex>16</ ParentFolderIndex>
</Document>