Delete Annotation

 

Function Name: getDeleteAnnotationXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to delete an Annotation Group from any Version of document.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGODeleteAnnotation

  

 

Prototype:

 

public String getDeleteAnnotationXml

(

 

 

 

String cabinetName,

 

 

String userDbId,

 

 

String docIndex,

 

 

String pageNo,

 

 

String annotName,

 

 

String versionNo

 

)

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

cabinetName

Name of the Database Cabinet to which the User wants to connect.

Name of the cabinet

N/A

userDbId

UserDatabase ID, which is returned in the ConnectCabinet call.

 

N/A

docIndex

Unique Index of the document.

Integer >= 0

N/A

pageNo

The Page on which the Annotations have to be set in case it is not specified in annotGroupList.

Integer >=0

0

annotName

Name of the Annotation Group to be deleted.

The Name of Annotation Group.

Default

versionNo

The Version of the document on which the Annotation has to be set.

X .Y where X>=1 and Y>=0

Example, 1.0

Current Version

 

Output Parameters:

An Input Xml for NGODeleteAnnotation.