Delete Reminders

 

Function Name: getDeleteReminderXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function deletes the Reminder set by any User on a particular document.

 

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGODeleteReminder

 

 

Prototype:

public String getDeleteReminderXml

(

 

 

 

String cabinetName,

 

 

String userDBId,

 

 

String reminderIndices

 

)

 

 

 

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

reminderIndices

The list of Reminder Indices to be deleted. The list is generated by the function getReminderIndex.

 

N/A

 

Output Parameters:

An Input Xml for NGODeleteReminder.