Name the system method used for Removing more than 1 version?
-
freeze
-
prune
-
mark
-
killVersions
B
Correct answer
Explanation
The prune() system method in Documentum removes multiple versions in one operation, unlike deleteVersion() which removes only a single version. Prune is designed specifically for batch version cleanup, making it the correct answer for removing multiple versions efficiently.