Delete Reminders Ext
Function Name: getDeleteReminderExtXml
Class: com.newgen.dmsapi.DMSInputXml
Description: This function deletes the Reminder set by any User on a particular document.
Input Parameters SampleInputXML
Output Parameters SampleOutputXML
View xml API::NGODeleteReminderExt
Prototype:
public String getDeleteReminderExtXml (
String cabinetName,
String userDBId,
String reminderIndices
)
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 |
reminderIndices |
The list of Reminder Indices to be deleted. The list is generated by the function getReminderIndex. |
|
N/A |
An Input Xml for NGODeleteReminderExt.