Function Name: getGetFolderIdForNameXml
Class: com.newgen.dmsapi.DMSInputXml
Description: This call returns the Folder Index for the folder name supplied.
|
|
Prototype:
|
public String getGetFolderIdForNameXml |
( |
|
|
|
|
String cabinetName, |
|
|
|
String userDbId, |
|
|
|
String parentFolderindex, |
|
|
|
String folderName |
|
|
) |
|
Input Parameters:
|
Name |
Description |
Valid Values |
Default Behaviour |
|
cabinetName |
Name of the Database Cabinet to which the User wants to connect. |
|
N/A |
|
userDBId |
User Database ID, which is returned in the ConnectCabinet call |
|
N/A |
|
parentFolderindex |
Index of the Parent Folder of the Folder whose Index is to be obtained. |
Integer > 0 |
N/A |
|
folderName |
Name of the Folder whose Index is required. |
|
N/A |
An
inputXmlInputXml string of the NGOGetFolderIdForName
call.