getDeleteDocumentIndexList

 

Function Name: getDeleteDocumentIndexList

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to create Document Index List with its Parent Folder.

 

Input Parameters

Output Parameters

 

Prototype:

 

public String getDeleteDocumentIndexList

(

 

 

 

String documentIndex,

 

 

String parentFolderIndex,

 

 

String referenceFlag

 

)

 

 

 

Input Parameters:

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.

 

 

Output Parameters:

Xml for Document Index List.

<Document>

<DocumentIndex>12</documentIndex>

<ParentFolderIndex>16</ ParentFolderIndex>           

<RefrenceFlag>Y</RefrenceFlag>              

</Document>