Hello
On ePDM
How do I delete the last 2 versions of a set of files? You can do it by right-clicking/history/restore but given the amount of files I have to process I want to do it in bulk.
Thank you
Hello
On ePDM
How do I delete the last 2 versions of a set of files? You can do it by right-clicking/history/restore but given the amount of files I have to process I want to do it in bulk.
Thank you
Hello
I think it will be necessary to make a macro (VBA programming).
The statement to use is as follows:
http://help.solidworks.com/2014/english/api/epdmapi/EPDM.Interop.epdm~EPDM.Interop.epdm.IEdmEnumeratorVersion5~Rollback.html
See also this link to do a bulk task:
http://help.solidworks.com/2014/english/api/epdmapi/Batch_Delete_Files_and_Folders_Example_VBNET.htm