Move References

 

Function Name: getMoveReferencesXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function can be used to change the location of the References (shortcuts).

 

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOMoveReferences

  

 

Prototype:

public String getMoveReferencesXml

(

 

 

 

String cabinetName,

 

 

String userDbId,

 

 

String creationDateTime,

 

 

String objectIndex,

 

 

String foldDocFlag,

 

 

String srcFolder,

 

 

String destFolder

 

)

 

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

cabinetName

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

 

N/A

userDbId

UserDatabase ID, which is returned in the ConnectCabinet call.

 

N/A

creationDateTime

Current Date Time.

Valid Date in the format

yyyy-mm-dd hh:mm:ss

Current Date and Time.

objectIndex

Object Index whose shortcut has to be moved.

Integer >= 0

N/A

foldDocFlag

Type of the Object whose shortcut is to be moved.

Folder or Document

N/A

srcFolder

Source Folder Index, from where shortcut is to be moved.

Integer >= 0

N/A

destFolder

Destination Folder Index, where shortcut is to be moved.

Integer >= 0

N/A

 

Output Parameters:

An Input Xml for NGOMoveReferences.