How to remove a document permanently from DB using JAVA-CORBA API?

Hi,

I am using document.remove(true) method of Java corba API to remove a document from the database using a Java Application.

But document.remove method doesn’t permanently removes the document from the database rather it just put this document in Trash folder.

Any idea how to remove it permanently from the database.

Thanx in advance.

Regards,

Amit

Subject: How to remove a document permanently from DB using JAVA-CORBA API?

Hi!

You have not post a release, but although it is not documented up to now you can use document.removePermantly(true) in 6.0.3. and higher

Greetings

Ralf M Petter