Function Name: getDeleteGlobalIndexXml
Class: com.newgen.dmsapi.DMSInputXml
Description: This function is used to add a new Global Index or data field to the System. It can also be used to check only the existence of the Global Index that is to be added. If the GlobalIndex with the same Name already exists, then a Warning Code is returned. User must have Privilege to add Global Index to the System.
Input Parameters Sample InputXML
Output Parameters Sample OutputXML
View xml API::NGODeleteGlobalIndex
Prototype:
public String getDeleteGlobalIndexXml (
String cabinetName,
String userDbId,
String indexId
)
Name |
Description |
Valid Values |
Default Behavior |
cabinetName |
Name of the Cabinet to which the User wants to connect. |
|
N/A |
userDbId |
UserDatabase ID, which is returned after the execution of getConnectCabinetXml call. |
|
N/A |
indexId |
Index of the data Field. |
|
N/A |
An inputXml string of the NGODeleteGlobalIndex call.