Function
Name:
getSetDocPageBinDataXml
Class:
com.newgen.dmsapi.DMSInputXml
Description: This function is used to set the Binary data. For example,
Image Stamp associated with the document on a Page for the specified Version.
|
Prototype:
public String
getSetDocPageBinDataXml |
( |
|
|
|
String cabinetName, |
|
|
String userDbId, |
|
|
String pageNo, |
|
|
String documentIndex, |
|
|
String annotationData |
|
) |
|
Name |
Description |
Valid Values |
Default Behaviour |
cabinetName |
Name of the
Database Cabinet to which the User wants to connect. |
The name of the
Cabinet. |
N/A |
userDbId |
UserDatabase ID,
which is returned in the NGOConnectCabinet call. |
|
N/A |
pageNo |
Page Number of the document for
which the binary data has to be set. |
|
0 |
documentIndex |
Unique Index of the
Document for which the User wants to set the binary data. |
|
N/A |
annotationData |
Binary data for the document. |
|
Null |
An inputXml string of
the NGOSetDocPageBinData call.