Hi All,
How can i read the document ID of a document recently added into a database using C API
Thanks in advance
Maju
Hi All,
How can i read the document ID of a document recently added into a database using C API
Thanks in advance
Maju
Subject: Document ID
After saving the document look for the property UNIVERSALID
Subject: RE: Document ID
I dont know about the C but i did it in Java,
you have to use search formula if you have the id otherwise search for the IDs after particular time.
-Amit