Get Data Def Id For Name
Function Name: getGetDataDefIdForNameXml
Class: com.newgen.dmsapi.DMSInputXml
Description: This function is used to returns the Properties and the fields associated with the given Data Class.
Input Parameters Sample InputXML
Output Parameters Sample OutputXML
View xml API::NGOGetDataDefIdForName
Prototype:
public String getGetDataDefIdForNameXml(String cabinetName, String userDbId,
String dataDefName);
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 ConnectCabinet call. |
|
N/A |
dataDefName |
Name of the Data Class. |
|
N/A |
An inputXml string of the NGOGetDataDefIdForName call.