Will doDestroyAllVersions() call doDestroy()?
I have a custom document type (cus_document) which needs special attention when being deleted. For that I have created a TBO with a customized doDelete() method. However, there is still the doDestroyAllVersions method. How do these two work together? Will a call to the doDestroyAllVersions method call all doDestroy methods…