Modify Document Version

 

Function Name: getModifyDocumentVersionXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function can be used to modify the Version Comment for a particular Version of a document.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOModifyDocumentVersion

  

 

Prototype:

 

public String getModifyDocumentVersionXml

(

 

 

 

String cabinetName,

 

 

String userDbId,

 

 

String docIndex,

 

 

String versionNo,

 

 

String versionComment

 

)

 

 

Input Parameters:

Name

Description

Valid Values

Default Behavior

cabinetName

Name of the Database Cabinet to which the User wants to connect.

 

N/A

userDbId

UserDatabase ID, which is returned in the NGOConnectCabinet call.

 

N/A

docIndex

It indicates the unique Index of the document whose Version Comment has to be modified.

 

N/A

versionNo

It indicates the Version Number of the document that has to be set as the Current Version.

 

N/A

versionComment

This indicates the new Version Comment that is to be associated with the document.

 

N/A

 

Output Parameters:

An inputXml string of the NGOModifyDocumentVersion call.